2
0
mirror of https://github.com/codl/forget synced 2025-01-14 16:26:27 +01:00

Update README.markdown

npm ci only exists in recent-ish versions of npm. replaced with npm install
This commit is contained in:
codl 2019-03-07 12:05:31 +01:00
parent eae4d06f42
commit 445caf1daa

View File

@ -41,7 +41,7 @@ pip or any python tools included in dependencies (honcho, flask...)
```
$ pip install -r requirements.txt
$ npm ci
$ npm install
```
Wow!! Exciting