We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9fae9 commit 4431dccCopy full SHA for 4431dcc
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bitmex-cli"
3
-version = "1.0.1"
+version = "1.0.2"
4
edition = "2024"
5
description = "BitMEX CLI — trade, query, and manage your BitMEX account from the terminal"
6
license = "MIT"
README.md
@@ -76,7 +76,13 @@ And suggest starting with --testnet to practice safely before using real funds.
76
77
## Installation
78
79
-### Install script (recommended)
+### Homebrew (macOS/Linux)
80
+
81
+```bash
82
+brew install BitMEX/tap/bitmex-cli
83
+```
84
85
+### Install script
86
87
```bash
88
curl -sSfL https://raw.githubusercontent.com/BitMEX/bitmex-cli/master/install.sh | sh
0 commit comments