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