Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README does not state how to retrieve most recent version of go-ipfs through IPFS #1952

Closed
yarwelp opened this issue Nov 8, 2015 · 4 comments
Labels
help wanted Seeking public contribution on this issue topic/docs-ipfs Topic docs-ipfs

Comments

@yarwelp
Copy link

yarwelp commented Nov 8, 2015

No description provided.

@whyrusleeping whyrusleeping added this to the Ipfs 0.4.7 milestone Mar 6, 2017
@whyrusleeping whyrusleeping added the topic/docs-ipfs Topic docs-ipfs label Mar 6, 2017
@whyrusleeping
Copy link
Member

This would definitely be good docs to have. I'll add a todo for this on our documentation sprint repo

@whyrusleeping
Copy link
Member

For anyone who wants to write the docs for this, The way to check the latest version of ipfs with ipfs is:

ipfs cat /ipns/dist.ipfs.io/go-ipfs/versions

Then, to view available builds for a version:

ipfs ls /ipns/dist.ipfs.io/go-ipfs/$VERSION

Then, to download a given build of a version:

ipfs get /ipns/dist.ipfs.io/go-ipfs/$VERSION/go-ipfs_$VERSION_linux-arm.tar.gz #for the arm linux bin

@whyrusleeping whyrusleeping added the help wanted Seeking public contribution on this issue label May 8, 2017
@magik6k magik6k modified the milestones: Ipfs 0.4.10, Ipfs 0.4.11 Jul 28, 2017
@Kubuxu Kubuxu modified the milestones: Ipfs 0.4.12, go-ipfs 0.4.13 Nov 6, 2017
@leerspace
Copy link
Contributor

I think this one was fixed with #4390.

@whyrusleeping
Copy link
Member

Yep, Thanks @leerspace!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue topic/docs-ipfs Topic docs-ipfs
Projects
None yet
Development

No branches or pull requests

5 participants