Browse Source

Merge pull request #30 from Stebalien/local-api

Allow users to override the IPFS API address when fetching dependencies
pull/36/head
Jeromy Johnson 9 years ago
parent
commit
9ce2eebd25
  1. 2
      Makefile

2
Makefile

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

Loading…
Cancel
Save