- Download
btcmap-clibinary
curl --output btcmap-cli --location https://github.com/teambtcmap/mapctl/releases/download/preview/btcmap-cliIf you have a Rust environment setup, you can compile from the soruce and go to step 4
- Make dowloaded file executable
chmod +x btcmap-cli- Add to PATH for convenience (optional)
sudo mv btcmap-cli /usr/local/bin/- Sign up or sign in
btcmap-cli signup --user <username> --password <password>or
btcmap-cli signin <username> <password>- Check
helpto see all available actions
btcmap-cli help