- 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 log in
btcmap-cli signup <username> <password>or
btcmap-cli login <username> <password>- Check
helpto see all available actions
btcmap-cli help