-
Notifications
You must be signed in to change notification settings - Fork 423
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
Remove the "Install" section from the "Command-line quick start" guide. #362
Comments
There's two issues here: We have two quick-starts.Let's delete the quick start under the How-tos section.
IPFS has issues installing on macOS.There are several ways around this. Using Homebrew as you suggest, or by grabbing the Go-IPFS binary with |
Github and dist.ipfs.io seem to serve the same files. Checking again, it also looks like I only get the Gatekeeper warning for the 32-bit version, not the 64-bits. |
Thanks for checking in on that @marten-seemann. There likely needs to be a discussion around whether or not we should keep the 32-bit version. There's already an internal discussion on how to drop support (seems very simple), we just need to decide whether or not we should. I'll update this issue with more information once it comes out. |
I created an issue to discuss dropping 32-bit macOS support. The result of that discussion was to keep supporting 32-bit macOS, and fix the signing process, which spawned a new issue. So, the second part of this issue, IPFS has issues installing on macOS, will be fixed by the new ipfs/distributions` issue #273. The first part of this issue, We have two quick-starts, still needs to be addressed. |
I am wondering if this is a good issue for me to start contributing? I have a product background and surely have a learning curve in working with github, but would be happy to help here. |
This issue has changed from when it was first created. The Install section of the Command-line quick start is a duplicate of the /install/command-line/ page, so it needs to be removed. However, the rest of the Command-line quick start guide is still useful. Tasks
Feel free to have a go at addressing these issues @alexmmueller. Fork this repository and make a PR against |
Thank you @johnnymatthews, will do so. |
Is there anything left to do for me here, or can the issue be closed? |
Nope, that's everything! Thanks for your contribution @alexmmueller! |
There are two Install guides on docs.ipfs.io: https://docs.ipfs.io/install/command-line-quick-start/ and https://docs.ipfs.io/how-to/command-line-quick-start/. They are slightly different, for example, the latter one instructs Mac users to download the x86 version, which is not supported by current OSX versions any more.
When installing IPFS that way, users will run into problems with OSX Gatekeeper, since the binary is not properly signed. Maybe we should recommend using Homebrew to install IPFS? Otherwise, we might want to add some text how to add an exception for the Gatekeeper.
The text was updated successfully, but these errors were encountered: