bashhub-server/README.md

18 lines
277 B
Markdown
Raw Normal View History

2020-02-07 16:02:18 +08:00
# bashhub-server
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``