File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
1091 . 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
16151 . Open Terminal.
17- 1 . ` cd ` to folder.
16+ 1 . ` cd ` to root folder where this project's ` composer.json ` resides .
18171 . 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 ,
You can’t perform that action at this time.
0 commit comments