-
Notifications
You must be signed in to change notification settings - Fork 128
Revise installation docs to reflect the latest changes #98
Conversation
@RichardLitt @whyrusleeping @diasdavid please check |
|
||
You can install the [Go IPFS implementation](https://github.com/ipfs/go-ipfs) | ||
from source or from prebuilt packages. | ||
We recommend to install IPFS from a prebuilt package. You can obtain those from [dist.ipfs.io](http://dist.ipfs.io/#go-ipfs). |
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.
We recommend installing IPFS
Shouldn't we add a note saying that |
I'd rather not, to avoid confusion of mentioning it, but on the other hand it might be good to say so. |
I feel like the number one reason for confusion right now is that |
agreed, lets mention that go get is no longer a correct way of installing |
|
||
Download a binary for your platform (more coming): | ||
After downloading, untar the archive, and move `ipfs` somewhere in your `$PATH`: |
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 also mention dist.ipfs.io at least once, so that people know where to download from
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.
let's do:
"and move the ipfs
binary somewhere in your executables $PATH
":
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.
Also, I think in the packages need to come with an "install.sh" that is double-click friendly (this was the case with gobuilder, not sure if it remains so right now). that way users may not need to cd into the right place
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.
@jbenet there is still an install.sh
available, I'm guessing that works for linxus + os x?
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.
@lgierth why, dist.ipfs.io is mentioned at the beginning on where to download things.
|
||
For convenience here are the latest versions (`0.3.11`) linked directly |
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.
No, let's not have versions here. it creates yet another thing to update.
@jbenet @RichardLitt @lgierth updated |
Revise installation docs to reflect the latest changes
thanks @dignifiedquire |
Closes #95