mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
readme
This commit is contained in:
parent
6653b55416
commit
8cde5e1b53
14
README.md
14
README.md
@ -20,8 +20,16 @@ I wanted to learn Go.
|
||||
|
||||
## Running the Server
|
||||
|
||||
You must create an `ergonomadic.json` config file in the current directory.
|
||||
|
||||
### from your GOPATH
|
||||
|
||||
```sh
|
||||
$ ./build.sh
|
||||
$ bin/ergonomadicdb init
|
||||
$ bin/ergonomadic
|
||||
go install
|
||||
ergonomadic
|
||||
```
|
||||
|
||||
### from local
|
||||
```sh
|
||||
go run ergonomadic.go
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user