Update readme

master
Chakib Benziane 5 years ago
parent 202a8a7802
commit 7e416ad8c2

@ -32,3 +32,18 @@ or with npm
`npm start`
## Backend Server
Run:
```
> git submodule init
> git submodule update
```
The go server will be find in the server folder. To Run it use:
```
> cd server
> make
> ./bit4sat
```

Loading…
Cancel
Save