Merge pull request #30 from Stebalien/local-api

Allow users to override the IPFS API address when fetching dependencies
This commit is contained in:
Jeromy Johnson 2016-04-10 19:22:18 -07:00
commit 9ce2eebd25
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export IPFS_API = v04x.ipfs.io
export IPFS_API ?= v04x.ipfs.io
gx:
go get -u github.com/whyrusleeping/gx