Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 625 Bytes

File metadata and controls

39 lines (26 loc) · 625 Bytes

Quickstart

  1. Download btcmap-cli binary
curl --output btcmap-cli --location https://github.com/teambtcmap/mapctl/releases/download/preview/btcmap-cli

If you have a Rust environment setup, you can compile from the soruce and go to step 4

  1. Make dowloaded file executable
chmod +x btcmap-cli
  1. Add to PATH for convenience (optional)
sudo mv btcmap-cli /usr/local/bin/
  1. Sign up or log in
btcmap-cli signup <username> <password>

or

btcmap-cli login <username> <password>
  1. Check help to see all available actions
btcmap-cli help