aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79112894..a2ad3873 100644
--- a/README.md
+++ b/README.md
@@ -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
bgstack15