Skip to content

Commit 381ec70

Browse files
committed
Reorder installation methods and collapse source option
- Put releases first (easiest for end users) - Cargo install second (for Rust users) - Collapse from-source option in details for developers
1 parent 1231139 commit 381ec70

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,25 @@ A CLI tool to visualize OpenRouter model pricing in a clean, tabular format.
1212

1313
## Installation
1414

15+
### From Releases
16+
17+
Download the latest binary for your platform from the [releases page](https://github.com/tekacs/llm-pricing/releases).
18+
1519
### From crates.io
1620

1721
```bash
1822
cargo install llm-pricing
1923
```
2024

21-
### From Releases
22-
23-
Download the latest binary for your platform from the [releases page](https://github.com/tekacs/llm-pricing/releases).
24-
25-
### From Source
25+
<details>
26+
<summary>From Source</summary>
2627

2728
```bash
2829
git clone https://github.com/tekacs/llm-pricing.git
2930
cd llm-pricing
3031
cargo install --path .
3132
```
33+
</details>
3234

3335
## Usage
3436

0 commit comments

Comments
 (0)