From 42808c2cd95772945a4c7cd9d81581ece79c8a7e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 11 Mar 2020 10:06:10 +0100 Subject: Updated README. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') 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/ -- cgit