Removed --no-dev statement

This commit is contained in:
Alex Bilbie 2016-04-17 12:43:13 +01:00
parent 6205611a71
commit af5a06098b

View File

@ -2,7 +2,7 @@
## Installation
0. Run `composer install --no-dev` in this directory to install dependencies
0. Run `composer install` in this directory to install dependencies
0. Create a private key `openssl genrsa -out private.key 1024`
0. Create a public key `openssl rsa -in private.key -pubout > public.key`
0. `cd` into the public directory