ipfs / ipfs-update

An updater tool for Kubo IPFS binary
https://dist.ipfs.tech/#ipfs-update
MIT License
137 stars 60 forks source link

Installation fails on Linux #82

Closed luav closed 6 years ago

luav commented 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)
Kubuxu commented 6 years ago

I think the dot at the end is end of the sentence dot not part of the command.

Kubuxu commented 6 years ago

Should be resolved by: https://github.com/ipfs/website/pull/257

luav commented 6 years ago

Thanks, it works.