aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-07-18 15:47:00 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:36:42 +0100
commit28a86232ef2dd708a8a48d0f5a2afb645ed2165b (patch)
tree5f421386542751e2d4f970450b4c81b09f0536b2
parent2c52581f703b3c85c45b4e15db6a3ede743655d6 (diff)
Use full path to package dependencies file
-rw-r--r--docs/installing/manual_install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 9c554f035..1ddbe984e 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -219,13 +219,13 @@ The `--recursive` option installs mySociety's common libraries which are require
Now install the packages relevant to your system:
# Debian Wheezy
- apt-get install $(cat config/packages.debian-wheezy)
+ apt-get -y install $(cat /var/www/alaveteli/config/packages.debian-wheezy)
# Debian Squeeze
- apt-get install $(cat config/packages.debian-squeeze)
+ apt-get -y install $(cat /var/www/alaveteli/config/packages.debian-squeeze)
# Ubuntu Precise
- apt-get install $(cat config/packages.ubuntu-precise)
+ apt-get -y install $(cat /var/www/alaveteli/config/packages.ubuntu-precise)
Some of the files also have a version number listed in config/packages - check
that you have appropriate versions installed. Some also list "`|`" and offer a