Skip to content

Commit

Permalink
add --no-dev parameter to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
softmetz committed Feb 18, 2019
1 parent e32ef66 commit 23c8d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Install.md
Expand Up @@ -57,7 +57,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be

git clone https://github.com/friendica/friendica.git -b master mywebsite
cd mywebsite
bin/composer.phar install
bin/composer.phar install --no-dev

Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case `www-data`

Expand Down

0 comments on commit 23c8d7e

Please sign in to comment.