diff options
-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 |