Skip to content
zimbatm edited this page Dec 8, 2013 · 2 revisions

The gobuild service allows to compile and download custom version of direnv. It's useful if you don't have the go toolchain installed.

Example:

curl https://gobuild.herokuapp.com/zimbatm/direnv/v2.1.0/darwin/amd64 -o direnv
chmod +x direnv
./direnv
Clone this wiki locally