Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.36 KB

File metadata and controls

63 lines (42 loc) · 1.36 KB

cli

The unified CLI tool for Hexagram30

Set Up Environment

Whatever means you use to set up a Golang programming environment. Here's an example:

$ export GOPATH=$GOPATH:`pwd`
$ export GOBIN=$GOPATH/bin:`pwd`/bin
$ export PATH=$PATH:$GOBIN
$ mkdir -p `pwd`/src/github.com/hexagram30
$ cd ./src/github.com/hexagram30
$ git clone https://github.com/hexagram30/cli.git
$ cd cli

Building

To install pre-built binaries, you currently need to have Go installed (in the future, hxgm30 binaries will be published to github).

Having done the steps above for setting up an environment (or something similar):

$ make build

Installation

Same steps as in the build, and then:

$ make install

Documentation

Dice Roller

Two sources are available:

License

Copyright © 2019-2020, Hexagram30 <hexagram30@cnbb.games>

Apache License, Version 2.0