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
We could provide the users with the option to run a bash installation script which installs steps 1 and 2 from each of these pages:
https://test-zond.theqrl.org/testnet/install/linux-ubuntu https://test-zond.theqrl.org/testnet/install/mac https://test-zond.theqrl.org/testnet/install/windows
The script can use shell environment variables to detect system info:
Retrieving system information:
$ arch arm64 $ uname -o Darwin
If any errors are encountered make sure to tell the user which package install failed so there is no black-box behavior.
This could be a convenient alternative to manually copy-paste installation.
Happy to do this if you can assign it to me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could provide the users with the option to run a bash installation script which installs steps 1 and 2 from each of these pages:
The script can use shell environment variables to detect system info:
OS
Architecture
Retrieving system information:
If any errors are encountered make sure to tell the user which package install failed so there is no black-box behavior.
This could be a convenient alternative to manually copy-paste installation.
Happy to do this if you can assign it to me.
The text was updated successfully, but these errors were encountered: