Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 50fd813

Browse files
authored
Merge pull request #96 from vestigialcode/master
I had some issues with process of set up locally. Found this need some edits
2 parents 0400573 + 957fee9 commit 50fd813

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,15 @@ If you are not setup to detect WPCS errors, consider the following steps.
7777

7878
Clone the official [WordPress Coding Standards repository][wpcs-repo] in
7979
your home folder. To do so, run the following commands:
80+
if using ssh
8081
```shell
8182
cd
8283
git clone git@github.com:WordPress-Coding-Standards/WordPress-Coding-Standards.git wpcs
8384
```
85+
if using https
86+
```shell
87+
git clone https://github.com/WordPress/WordPress-Coding-Standards.git
88+
```
8489

8590
5. **Tell PHPCS about this directory**
8691

@@ -94,7 +99,7 @@ If you are not setup to detect WPCS errors, consider the following steps.
9499

95100
Confirm that it is working by running the following command:
96101
```shell
97-
phpcs-i
102+
phpcs -i
98103
```
99104
The output should be:
100105
```

0 commit comments

Comments
 (0)