diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-02-26 22:37:14 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-02-26 22:37:14 +0100 |
commit | 93fae158545f1965f42acdd8069d123c73814649 (patch) | |
tree | 1cf8a688c56a7953cb69363c9d7335c22438752b /README.md | |
parent | added a little black magic (diff) | |
download | newspipe-93fae158545f1965f42acdd8069d123c73814649.tar.gz newspipe-93fae158545f1965f42acdd8069d123c73814649.tar.bz2 newspipe-93fae158545f1965f42acdd8069d123c73814649.zip |
Removed some useless JavaScript.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |