Adding README with install instructions

This commit is contained in:
Christopher Talib 2020-01-15 14:40:47 +01:00
parent 6eaae99668
commit 9bcc784ffd

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Styx
## Install
```sh
go get -u gitlab.dcso.lolcat/LABS/styx
cd $GOPATH/src/gitlab.dcso.lolcat/LABS/styx
go build
./styx
```