From 568ee203300335d223575aa7c6129e12d2dd66d0 Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Fri, 13 Sep 2013 20:31:24 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9e4a4..8867259 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Use `pip` to install this plugin. This example installs it in `/home/www-data` ```bash source /home/www-data/pyenv/bin/activate pip install -e git+https://github.com/ogdch/ckanext-fso.git#egg=ckanext-fso --src /home/www-data -cd /home/www-data/ckanext-transharvest +cd /home/www-data/ckanext-fso pip install -r pip-requirements.txt python setup.py develop ```