diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-03 20:15:44 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-03 20:15:44 +0000 |
commit | 4f15572c5fe6980b3d25465658425fc5739c7f2e (patch) | |
tree | 6678a2d2301ac6f75d70c4516c10381b8427fd2c /notes | |
parent | 70f340a4976ab84052163270845c0f698ca9e45e (diff) |
Proper command for installing extra packages
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index ea924c8f7..8559d747a 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -37,7 +37,8 @@ cd ~/fixmystreet sudo apt-get install `cat conf/packages` # also install these that are available by default on mySoc boxes: -libregexp-common-perl php5-cli +sudo apt-get install \ + libregexp-common-perl php5-cli perl-doc |