aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 22:37:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 22:37:14 +0100
commit93fae158545f1965f42acdd8069d123c73814649 (patch)
tree1cf8a688c56a7953cb69363c9d7335c22438752b /README.md
parentadded a little black magic (diff)
downloadnewspipe-93fae158545f1965f42acdd8069d123c73814649.tar.gz
newspipe-93fae158545f1965f42acdd8069d123c73814649.tar.bz2
newspipe-93fae158545f1965f42acdd8069d123c73814649.zip
Removed some useless JavaScript.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
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
bgstack15