Skip to content

Commit 823c9d3

Browse files
committed
./php-prefixer-cli app:build
1 parent 5235313 commit 823c9d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,25 +131,25 @@ If you want to customize the command-line or help us in the development, please,
131131
Step 1: Clone the project:
132132

133133
```bash
134-
git clone https://github.com/php-prefixer/php-prefixer-cli
134+
git clone https://github.com/php-prefixer/php-prefixer-cli
135135
```
136136

137137
Step 2: Go to the project directory:
138138

139139
```bash
140-
cd php-prefixer-cli
140+
cd php-prefixer-cli
141141
```
142142

143143
Step 3: Install dependencies:
144144

145145
```bash
146-
composer update
146+
composer update
147147
```
148148

149149
Step 4: Build the PHAR:
150150

151151
```bash
152-
php-prefixer-cli app:build
152+
./php-prefixer-cli app:build
153153
```
154154

155155
Step 5: To run tests, execute the following command:

0 commit comments

Comments
 (0)