diff --git a/README.md b/README.md index f4abe34..a482f6f 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,20 @@ $ npm install Copy and edit the `env` file: ``` -cp .env.example .env -vim .env +$ cp .env.example .env +$ vim .env ``` Run the server: ``` -npm run server +$ npm run server ``` If you want to stop the server: ``` -npm run kill +$ npm run kill ```