Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Building

Fredrik Ehnbom edited this page Apr 22, 2014 · 2 revisions

The travis script will outline the gist of it, but something like:

go get -u -d github.com/quarnster/completion
cd `go env GOPATH`/src/github.com/quarnster/completion/build
make
./completion install -st

might work.

Clone this wiki locally