We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.14.2
macOS
run ioctl update
ioctl update
it should download/install latest version
the actual command behind ioctl update is: curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh
curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh
if I run this, it will correctly download/install latest version via brew update
brew update
The text was updated successfully, but these errors were encountered:
Not perform the process of downloading, but it has already updated
Sorry, something went wrong.
No branches or pull requests
What version of iotex-core image (or code branch) are you using?
v1.14.2
What operating system and processor architecture are you using?
macOS
What did you do? If possible, provide a recipe for reproducing the error.
run
ioctl update
What did you expect to see?
it should download/install latest version
What did you see instead?
the actual command behind
ioctl update
is:curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh
if I run this, it will correctly download/install latest version via
brew update
The text was updated successfully, but these errors were encountered: