diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-09-24 09:08:27 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-09-24 09:08:27 +0200 |
commit | 185e854fc847eff52fd85bdcfcecb2ffb2333802 (patch) | |
tree | e55c3446b2083310aa6b449e641e46910d952bc6 /README.rst | |
parent | Significative performance improvement for the /favorites view. (diff) | |
download | newspipe-185e854fc847eff52fd85bdcfcecb2ffb2333802.tar.gz newspipe-185e854fc847eff52fd85bdcfcecb2ffb2333802.tar.bz2 newspipe-185e854fc847eff52fd85bdcfcecb2ffb2333802.zip |
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ Deploying the application on a traditional server $ cd pyaggr3g470r $ sudo apt-get install libxml2-dev libxslt1-dev $ sudo pip install --upgrade -r requirements.txt - $ cp conf/conf.cfg-sample conf/conf.cfg + $ cp conf/conf.cfg{.sample,} If you want to use PostgreSQL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |