mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +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
|
## 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…
Reference in New Issue
Block a user