-
Notifications
You must be signed in to change notification settings - Fork 48
Blog post detailing quick install of IPFS latest #73
Conversation
ee7e1e2
to
29eed80
Compare
@kyledrake @jbenet I've edited up this blogpost a bit, and added an asciinema. Thoughts? |
@RichardLitt possible to include an ipfs link to a rendered version to review it there? |
@em-ly This is ready to go. |
@RichardLitt Awesome! Let's get someone to review and then we'll go live. |
Now you can download the latest build of IPFS from the [install page](https://ipfs.io/docs/install/). We'll be using Linux x86_64: | ||
|
||
```sh | ||
> wget https://gobuilder.me/get/github.com/ipfs/go-ipfs/cmd/ipfs/ipfs_master_linux-amd64.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs updating to refer to dist.ipfs.io now
Should change to:
Oh, which also means
Should change to:
Thinking about the code blocks, seems they include
|
|
||
```sh | ||
> wget https://gobuilder.me/get/github.com/ipfs/go-ipfs/cmd/ipfs/ipfs_master_linux-amd64.zip | ||
> unzip ipfs_master_linux-amd64.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be named differently after the above changes
QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o recursive | ||
``` | ||
|
||
In this example, the hash is returned because `ipfs add` pins a file passed to it by default. If the hash is not returned, then the content will be removed at the next garbage collection. To stop this from happening, let's pin it: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably make it a bit more clear here that ipfs add
does actually pin content automatically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first sentence says that. Maybe we should ask this question: Why would the hash not be returned? How would that happen?
mostly okay looking, needs a few updates |
@victorbjelkholm Tried to find the link to the original discussion about the Updated the other things; thoughts? |
Fair enough, but if we don't want to indicate the privilege needed for running the command, you need to add |
@victorbjelkholm Added a note. How does it look now? |
@RichardLitt looks awesome, think this is good to go 👍 |
Sweet! Promoting this to ready. |
245cc4b
to
95dd757
Compare
This is a copy of #8 that is being pushed to a local branch so that @RichardLitt can edit it. #8 will be closed.