Skip to content

Commit 200f636

Browse files
committed
extend README
1 parent 4308a27 commit 200f636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ To install check ([Node.js installation](https://nodejs.org/en/) or [Node Versio
2424

2525
```bash
2626
curl -L https://github.com/michielbouw/react-typescript-eslint-prettier-boilerplate/archive/master.zip | tar zx
27-
mv react-typescript-eslint-prettier-boilerplate APP_NAME && cd APP_NAME
27+
mv react-typescript-eslint-prettier-boilerplate APP_NAME
28+
cd APP_NAME
2829
```
2930

3031
or
3132

3233
```bash
3334
git clone git@github.com:michielbouw/react-typescript-eslint-prettier-boilerplate.git APP_NAME
35+
cd APP_NAME
3436
```
3537

3638
### `yarn install` (or `npm install`)

0 commit comments

Comments
 (0)