fix manual install instructions in README (closes #8)

This commit is contained in:
ashnitman 2021-01-03 09:49:57 +02:00
parent bbb9f63a8c
commit 5fa2aee6ec

View file

@ -52,11 +52,12 @@ location /metube/ {
Make sure you have node.js and Python 3.8 installed.
```bash
cd metube
cd metube/ui
# install Angular and build the UI
npm install
node_modules/.bin/ng build
# install python dependencies
cd ..
pip3 install pipenv
pipenv install
# run