mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-01-04 06:13:06 +08:00
277 B
277 B
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:
$ make
$ ./bin/bashhub-server
Testing
make test