Skip to content

Commit 7499f22

Browse files
committed
Update README.md
1 parent 63472e0 commit 7499f22

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ This package primarily relies on [WordPress/WordPress-Coding-Standards](https://
66

77
## Installation
88

9-
1. Import this Git's files to a private folder location.
109
1. Open Terminal.
11-
1. `cd` to folder.
12-
1. Enter: `composer install`
10+
1. `cd` to folder you want to install `theseoframework/wcps-tsf`.
11+
1. Enter: `composer create-project theseoframework/wpcs-tsf`
1312

1413
## Updating
1514

1615
1. Open Terminal.
17-
1. `cd` to folder.
16+
1. `cd` to root folder where this project's `composer.json` resides.
1817
1. Enter: `composer update`.
1918

2019
## Usage (VScode)
@@ -28,8 +27,8 @@ _Unlisted settings are optional._
2827

2928
```JSON
3029
{
31-
"php.validate.executablePath": "C:\\php-folder-set-in-step-1-at-usage\\php.exe",
32-
"phpcs.executablePath": "C:\\the-folder-you-ran-composer-for-this-project\\vendor\\bin\\phpcs",
30+
"php.validate.executablePath": "C:\\your-php-installation-folder\\php.exe",
31+
"phpcs.executablePath": "C:\\the-folder-you-ran-composer-for-this-project\\wpcs-tsf\\vendor\\bin\\phpcs.bat",
3332
"phpcs.standard": "TSF",
3433
"phpcs.errorSeverity": 1,
3534
"phpcs.warningSeverity": 1,

0 commit comments

Comments
 (0)