Skip to content

Commit b8a9e7f

Browse files
Update README.md
1 parent 0cc35f0 commit b8a9e7f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ $ npm install
1414
Copy and edit the `env` file:
1515

1616
```
17-
cp .env.example .env
18-
vim .env
17+
$ cp .env.example .env
18+
$ vim .env
1919
```
2020

2121
Run the server:
2222

2323
```
24-
npm run server
24+
$ npm run server
2525
```
2626

2727
If you want to stop the server:
2828

2929
```
30-
npm run kill
30+
$ npm run kill
3131
```
3232

3333

0 commit comments

Comments
 (0)