From af5a06098b0b2378a8a5d927ca0252270efdd24b Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 17 Apr 2016 12:43:13 +0100 Subject: [PATCH] Removed --no-dev statement --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 35fdc516..bc785ee6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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