Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 645 Bytes

File metadata and controls

39 lines (26 loc) · 645 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 sign in
btcmap-cli signup --user <username> --password <password>

or

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