Skip to content

Commit 73e42c7

Browse files
committed
Only param --depth
1 parent 43f500e commit 73e42c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ cd my-app
3232
**2. Make it your own:**
3333

3434
```sh
35-
npm init
35+
rm -rf .git && git init && npm init
3636
```
3737

38-
> :information_source: This sets up your NPM project.
38+
> :information_source: This re-initializes the repo and sets up your NPM project.
3939
4040

4141
**3. Install the dependencies:**

0 commit comments

Comments
 (0)