first release

This commit is contained in:
nicksherron 2020-02-09 20:40:50 -05:00
parent 8e69eb1600
commit 546aed80b0

View file

@ -2,17 +2,3 @@
Private BashHub server
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/bashhub-server
```
### Testing
``make test``