From 0a9f4ce99e1e67f5f5213b6760a410c1d6ec1846 Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Thu, 3 Oct 2024 17:49:09 +0700 Subject: [PATCH] Add quickstart guide --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1333ed7..63ac6ed 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -TODO +## Quickstart + +1. Download `btcmap-cli` binary + +```bash +sudo curl --output /usr/local/bin/btcmap-cli \ + --location \ + https://github.com/teambtcmap/mapctl/releases/download/preview/btcmap-cli && \ + sudo chmod +x /usr/local/bin/btcmap-cli +``` + +2. Login with your admin password + +```bash +btcmap-cli login +``` + +3. Check `help` to see all available actions + +```bash +btcmap-cli help +```