forked from External/ergo
readme
This commit is contained in:
parent
6653b55416
commit
8cde5e1b53
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -20,8 +20,16 @@ I wanted to learn Go.
|
||||||
|
|
||||||
## Running the Server
|
## Running the Server
|
||||||
|
|
||||||
|
You must create an `ergonomadic.json` config file in the current directory.
|
||||||
|
|
||||||
|
### from your GOPATH
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ./build.sh
|
go install
|
||||||
$ bin/ergonomadicdb init
|
ergonomadic
|
||||||
$ bin/ergonomadic
|
```
|
||||||
|
|
||||||
|
### from local
|
||||||
|
```sh
|
||||||
|
go run ergonomadic.go
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue