Installation
To start it all off, you're going to need to install genday
, which can be done one of two ways, either by directly downloading the executable, or via go get
Standard Download
If you don't have go installed, you can just head on over to the releases page and download the
latest release for your platform. Extract it using something like 7-Zip for Windows or
tar
on other platforms (tar -zxvf genday*.tar.gz
).
That's it! Although you'll probably want to also add the binary to your path for ease of use.
go get
If you do have go installed, you can just run a single command to install genday
:
$ go get -u github.com/GreatGodApollo/genday
Scoop
If you happen to have scoop installed, I happen to have a scoop bucket. Said bucket's name is Trough.
$ scoop bucket add trough https://github.com/GreatGodApollo/trough.git
$ scoop install genday