Messed up installation order in README.md (#67)
* Kolejność instalacji w README.md Przemieszczenie instalacji npm z głównego folderu (niezawierającego packckage.json) do folderu frontend, posiadającego ten plik * README.md missing npm installation prefix
This commit is contained in:
parent
d8971723de
commit
61f06fcb57
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
```sh
|
||||
pip install -r requirements.txt
|
||||
npm i
|
||||
npm i --prefix frontend
|
||||
```
|
||||
|
||||
## 2. Make migrations
|
||||
|
|
Loading…
Reference in a new issue