Skip to content

Commit 0240e06

Browse files
committed
use npm clean-install in instructions
1 parent 7acdc59 commit 0240e06

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.dev.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The notes about technology choices, design, personas can be found in [project-do
1111
```shell
1212
# clone this repository
1313
git clone https://github.com/citation-file-format/cffinit
14-
1514
# change directory
1615
cd cffinit
1716
```
@@ -21,7 +20,7 @@ cd cffinit
2120
The command below will install dependencies
2221

2322
```shell
24-
npm install
23+
npm clean-install
2524
```
2625

2726
## start the development server

0 commit comments

Comments
 (0)