Skip to content

Commit 6498a2a

Browse files
committed
fix(README): add help to launch
1 parent 590302e commit 6498a2a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,22 @@ git clone --recurse-submodules git@github.com:hackariens/socketio.git socketio
3636
cd socketio
3737
```
3838

39+
## Environnment
40+
41+
Edit .env with .env.example
42+
3943
## Install
4044

4145
```sh
4246
npm install
4347
```
4448

49+
## Launch
50+
51+
``` sh
52+
npm run exec
53+
```
54+
4555
## Author
4656

4757
👤 **koromerzhin**

0 commit comments

Comments
 (0)