aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-11 10:06:10 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-11 10:06:10 +0100
commit42808c2cd95772945a4c7cd9d81581ece79c8a7e (patch)
tree64c2c27768015514eff71a824410a74ed087a741 /README.md
parentUpdated README. (diff)
downloadnewspipe-42808c2cd95772945a4c7cd9d81581ece79c8a7e.tar.gz
newspipe-42808c2cd95772945a4c7cd9d81581ece79c8a7e.tar.bz2
newspipe-42808c2cd95772945a4c7cd9d81581ece79c8a7e.zip
Updated README.
Diffstat (limited to 'README.md')
-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