Open haiitch opened 7 years ago
Do you already have an ipfs repo cloned? It looks like you might have cloned the ipfs repo already, and checked out a different branch. Which makes those instructions not work as intended. Try:
cd $GOPATH/src/github.com/ipfs/go-ipfs
git checkout master
git pull origin master
make install
not applicable
documentation, repository, infrastructure
Description:
ipfs can't be installed with go get the way the README says. Output follows: