Updated Debian 8 Install (markdown)

gt2416 2018-05-09 21:34:51 -04:00
parent 2de4f89a1e
commit 125b2263e0

@ -39,7 +39,7 @@ Now lets install php and nginx our webserver. I have choosen PHP version 7.1
Install composer which manages the install of Invoice Ninja
curl -sS https://getcomposer.org/installer | php
curl -sS | php
`sudo mv composer.phar /usr/local/bin/composer`
@ -50,7 +50,7 @@ Choose a location for your invoice ninja install. I choose to install it in my u
cd to your install location
`git clone ninja`
git clone https://github.com/hillelcoren/invoice-ninja.git ninja
`composer install --no-dev -o`