aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index daf6d96b..2e3aec7a 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,12 @@ https://lists.sr.ht/~cedric/newspipe
Newspipe is really easy to deploy.
-### Requirements
-
-```bash
-$ sudo apt-get install npm
-```
## Configure and install the application
+Assuming you have already installed ``git``, ``npm``, ``poetry``, and
+``Python >= 3.8``.
+
```bash
$ git clone https://git.sr.ht/~cedric/newspipe
$ cd newspipe/
bgstack15