We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4308a27 commit 200f636Copy full SHA for 200f636
README.md
@@ -24,13 +24,15 @@ To install check ([Node.js installation](https://nodejs.org/en/) or [Node Versio
24
25
```bash
26
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
+mv react-typescript-eslint-prettier-boilerplate APP_NAME
28
+cd APP_NAME
29
```
30
31
or
32
33
34
git clone git@github.com:michielbouw/react-typescript-eslint-prettier-boilerplate.git APP_NAME
35
36
37
38
### `yarn install` (or `npm install`)
0 commit comments