From 93fae158545f1965f42acdd8069d123c73814649 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 26 Feb 2020 22:37:14 +0100 Subject: Removed some useless JavaScript. --- README.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 93a20c23..4166e6ad 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,6 @@ The core technologies are [Flask](http://flask.pocoo.org), and [React](https://facebook.github.io/react/). -## Documentation - -A documentation is available [here](https://newspipe.readthedocs.io) and -provides different ways to -[install Newspipe](https://newspipe.readthedocs.io/en/latest/deployment.html). - - ## Deployment ### Requirements @@ -47,7 +40,6 @@ $ sudo apt-get install postgresql npm $ git clone https://git.sr.ht/~cedric/newspipe $ cd newspipe/ $ poetry install -✨🍰✨ $ npm install $ cp newspipe/conf/conf.cfg-sample newspipe/conf/conf.cfg $ poetry shell -- cgit