Browse Source

Add build instructions

kegan/github
Mark Haines 8 years ago
parent
commit
65dbf1951a
  1. 16
      README.md

16
README.md

@ -1,3 +1,19 @@
# Building go-neb
Go-neb is built using `gb` (https://getgb.io/). To build go-neb:
```bash
# Install gb
go get github.com/constabulary/gb/...
# Clone the go-neb repository
git clone https://github.com/matrix-org/go-neb
cd go-neb
# Build go-neb
gb build github.com/matrix-org/go-neb
```
# Running go-neb
Go-neb uses environment variables to configure its database and bind address.

Loading…
Cancel
Save