mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
fix manual install instructions in README (closes #8)
This commit is contained in:
parent
bbb9f63a8c
commit
5fa2aee6ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue