mirror of
https://github.com/number571/hes.git
synced 2026-09-12 19:50:01 +05:00
readme update
This commit is contained in:
parent
ed96c978cf
commit
93ffe80981
@ -18,8 +18,8 @@
|
||||
### Compile and run
|
||||
```
|
||||
$ make
|
||||
> go build client.go consts.go cdatabase.go cmodels.go csessions.go
|
||||
> go build server.go consts.go sdatabase.go sconfig.go
|
||||
> go build client.go gconsts.go cdatabase.go cmodels.go csessions.go
|
||||
> go build server.go gconsts.go sdatabase.go sconfig.go
|
||||
$ ./server -open="localhost:8080" &
|
||||
$ ./client -open="localhost:7545"
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user