Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 505 Bytes

Quickstart (Linux)

  1. Download btcmap-cli binary
curl --output btcmap-cli --location https://github.com/teambtcmap/mapctl/releases/download/preview/btcmap-cli
  1. Make dowloaded file executable
chmod +x /usr/local/bin/btcmap-cli
  1. Add to PATH for convenience (optional)
sudo mv btcmap-cli /usr/local/bin/
  1. Login with your admin password
btcmap-cli login <password>
  1. Check help to see all available actions
btcmap-cli help