From 5fa2aee6ec6c4877a6dc297326ec76846b5678f8 Mon Sep 17 00:00:00 2001 From: ashnitman Date: Sun, 3 Jan 2021 09:49:57 +0200 Subject: fix manual install instructions in README (closes #8) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43474ba..c1e52b7 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit