mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
fix manual install instructions in README (closes #8)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user