aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-09-24 09:08:27 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-09-24 09:08:27 +0200
commit185e854fc847eff52fd85bdcfcecb2ffb2333802 (patch)
treee55c3446b2083310aa6b449e641e46910d952bc6 /README.rst
parentSignificative performance improvement for the /favorites view. (diff)
downloadnewspipe-185e854fc847eff52fd85bdcfcecb2ffb2333802.tar.gz
newspipe-185e854fc847eff52fd85bdcfcecb2ffb2333802.tar.bz2
newspipe-185e854fc847eff52fd85bdcfcecb2ffb2333802.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index babc9a3e..75a34f3b 100644
--- a/README.rst
+++ b/README.rst
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bgstack15