-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor (docs): Suggest update for installing iota binaries #5396
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
✅ Vercel Preview Deployment is ready! |
|
||
Start a new terminal session or type source ~/.zshrc (or .bashrc) to load the new PATH value. | ||
|
||
If you are running the binaries for the first time, you might receive an error from MacOS that prevents the binaries from running. If you receive this error, close the dialog and type xattr -d com.apple.quarantine ~/iota/* in your terminal and press Enter (be sure to adjust the path if different). |
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.
If you are running the binaries for the first time, you might receive an error from MacOS that prevents the binaries from running. If you receive this error, close the dialog and type xattr -d com.apple.quarantine ~/iota/* in your terminal and press Enter (be sure to adjust the path if different). | |
If you are running the binaries for the first time, you might receive an error from MacOS that prevents the binaries from running. If you receive this error, close the dialog and type `xattr -d com.apple.quarantine ~/iota/*` in your terminal and press Enter (be sure to adjust the path if different). |
Which error? Please add the specifics
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.
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.
Btw, we might want to wrap this in an admonition
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.
I meant that please add the error message to the docs. Instead of saying an error, you say you may receive an error stating that iota
cannot .... btw, we should add a checksum or smt so the users can verify the downloaded binaries
Description of change
I had an experience the first time I installed the IOTA binaries, and I felt the argument below should not be included in the main command because it confuses a first-timer. I ran the command several times to figure out that I did not need to include my OS and the architecture of the system.
<OS>-<ARCHITECTURE>
I also removed the
--key-scheme
argument when generating a new address using theiota client new-address
command. The--key-scheme
argument is not needed.`
Links to any relevant issues
Type of change
How the change has been tested
All preview tests passed.
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.