Skip to content

Commit 6cb7f19

Browse files
committed
clarify installation methods
1 parent 7877c26 commit 6cb7f19

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,15 @@ machine-stable formats.
77

88
## Install
99

10-
Homebrew (macOS / Linux):
10+
Pick **one** of the following:
1111

12-
```bash
13-
brew install donutdaniel/tap/notioncli
14-
```
15-
16-
From source (requires [Rust toolchain](https://rustup.rs)):
17-
18-
```bash
19-
cargo install --path .
20-
```
21-
22-
From [GitHub Releases](https://github.com/donutdaniel/notioncli/releases):
23-
24-
1. Download the archive for your platform.
25-
2. Extract it.
26-
3. Move `notioncli` somewhere on your `PATH` (e.g. `~/.local/bin`).
12+
| Method | Command / Steps |
13+
|---|---|
14+
| **Homebrew** (macOS / Linux) | `brew install donutdaniel/tap/notioncli` |
15+
| **Cargo** (requires [Rust toolchain](https://rustup.rs)) | `cargo install --path .` |
16+
| **Binary** ([GitHub Releases](https://github.com/donutdaniel/notioncli/releases)) | Download the archive for your platform, extract it, and move `notioncli` somewhere on your `PATH` (e.g. `~/.local/bin`) |
2717

28-
For local development:
18+
For local development, build without installing:
2919

3020
```bash
3121
cargo build --release

0 commit comments

Comments
 (0)