mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +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.
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue