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. Make sure you have node.js and Python 3.8 installed.
```bash ```bash
cd metube cd metube/ui
# install Angular and build the UI # install Angular and build the UI
npm install npm install
node_modules/.bin/ng build node_modules/.bin/ng build
# install python dependencies # install python dependencies
cd ..
pip3 install pipenv pip3 install pipenv
pipenv install pipenv install
# run # run