3 Installation
xdrm-brackets edited this page 2018-09-12 06:12:17 -04:00

1. Requirements

You need a recent machine with go installed.

This package has not been tested under the version 1.10.

2. Download and install the package

go get -u git.xdrm.io/go/aicra

It should now be available locally and available for your imports.

3. Compile the command-line builder

You should then compile the project builder to help you manage your projects.

go install git.xdrm.io/go/aicra/cmd/aicra

The executable aicra will be placed into your $GOPATH/bin folder, if added to your environment PATH it should be available as a standalone command in your terminal. If not, you can simply run $GOPATH/bin/aicra to use the command or create a symlink into /usr/local/bin for instance.