aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-04-09 20:55:05 +0300
committerAlex Shnitman <alexta69@gmail.com>2021-04-09 20:55:05 +0300
commit0a4c67caca9eec33de9874ffddd3c6d9849fa844 (patch)
treea354a43d42006e6727811eff8b34ae9ce24a24b3 /README.md
parentupgraded youtube-dl (diff)
downloadmetube-0a4c67caca9eec33de9874ffddd3c6d9849fa844.tar.gz
metube-0a4c67caca9eec33de9874ffddd3c6d9849fa844.tar.bz2
metube-0a4c67caca9eec33de9874ffddd3c6d9849fa844.zip
fix manual run instructions in README (closes #28)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 251acdf..4a694f8 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ cd ..
pip3 install pipenv
pipenv install
# run
-python3 app/main.py
+pipenv run python3 app/main.py
```
A Docker image can be built locally (it will build the UI too):
bgstack15