diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-10-14 07:53:12 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-10-14 07:53:12 +0200 |
commit | 59222eaa4ef7ba1886d117c7a7e9f6f05e448cee (patch) | |
tree | 977738781c0b528698e24f29e207e4b37db5563a | |
parent | chg: updated JavaScript dependencies. (diff) | |
download | newspipe-59222eaa4ef7ba1886d117c7a7e9f6f05e448cee.tar.gz newspipe-59222eaa4ef7ba1886d117c7a7e9f6f05e448cee.tar.bz2 newspipe-59222eaa4ef7ba1886d117c7a7e9f6f05e448cee.zip |
chg: [documentation] Updated installation instructions.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ Assuming you have already installed ``git``, ``npm``, ``poetry``, and ```bash $ git clone https://git.sr.ht/~cedric/newspipe $ cd newspipe/ -$ npm install -$ poetry install +$ npm ci +$ poetry install --no-dev $ poetry shell $ pybabel compile -d newspipe/translations $ export NEWSPIPE_CONFIG=sqlite.py |