Skip to content

Commit 4431dcc

Browse files
committed
chore: bump version to v1.0.2, add Homebrew install instructions
1 parent fe9fae9 commit 4431dcc

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitmex-cli"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2024"
55
description = "BitMEX CLI — trade, query, and manage your BitMEX account from the terminal"
66
license = "MIT"

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,13 @@ And suggest starting with --testnet to practice safely before using real funds.
7676

7777
## Installation
7878

79-
### Install script (recommended)
79+
### Homebrew (macOS/Linux)
80+
81+
```bash
82+
brew install BitMEX/tap/bitmex-cli
83+
```
84+
85+
### Install script
8086

8187
```bash
8288
curl -sSfL https://raw.githubusercontent.com/BitMEX/bitmex-cli/master/install.sh | sh

0 commit comments

Comments
 (0)