Closed luav closed 6 years ago
Installation fails on Linux Ubuntu 16.04 x64 with go1.10 following the instructions:
/opt/saas$ go get -u github.com/ipfs/ipfs-update . package _/opt/saas: unrecognized import path "_/opt/saas" (import path does not begin with hostname)
I think the dot at the end is end of the sentence dot not part of the command.
end of the sentence
Should be resolved by: https://github.com/ipfs/website/pull/257
Thanks, it works.
Installation fails on Linux Ubuntu 16.04 x64 with go1.10 following the instructions: