diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-11 10:06:10 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-11 10:06:10 +0100 |
commit | 42808c2cd95772945a4c7cd9d81581ece79c8a7e (patch) | |
tree | 64c2c27768015514eff71a824410a74ed087a741 /README.md | |
parent | Updated README. (diff) | |
download | newspipe-42808c2cd95772945a4c7cd9d81581ece79c8a7e.tar.gz newspipe-42808c2cd95772945a4c7cd9d81581ece79c8a7e.tar.bz2 newspipe-42808c2cd95772945a4c7cd9d81581ece79c8a7e.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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/ |