install-rad-cli-script
A script to install Radicle CLI. Steps:
- chmod u+x ./install.sh
- ./install.sh
Known issues: Since source ~/.zshrc isn't working in script you will need to
- run install.sh, wait till it crashes.
- Close terminal and reopen it (this loads the path variable).
- Change directory to install.sh and run it again.
Busy fixing it.