This commit is contained in:
Jeremy Latt 2014-02-09 15:15:02 -08:00
parent 6653b55416
commit 8cde5e1b53
1 changed files with 11 additions and 3 deletions

View File

@ -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
```