Skip to content

Commit 8089eb9

Browse files
author
Test User
committed
docs: simplify binary download instructions in README
- Simplify download instructions for better clarity - Add link to view all releases
1 parent 41dc2f9 commit 8089eb9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,22 @@ brew install doplan
8686

8787
### Binary Release
8888

89-
Download the latest release for your platform from [releases](https://github.com/DoPlan-dev/CLI/releases):
89+
Download the latest release for your platform from [releases](https://github.com/DoPlan-dev/CLI/releases/latest):
9090

9191
```bash
92-
# Linux/macOS
93-
curl -L https://github.com/DoPlan-dev/CLI/releases/latest/download/doplan_$(curl -s https://api.github.com/repos/DoPlan-dev/CLI/releases/latest | grep tag_name | cut -d '"' -f 4 | sed 's/v//')_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m).tar.gz | tar -xz
92+
# Linux/macOS - Download and extract
93+
# Visit https://github.com/DoPlan-dev/CLI/releases/latest
94+
# Download the appropriate tar.gz file for your platform
95+
# Then extract and install:
96+
tar -xzf doplan_*_linux_amd64.tar.gz # or darwin_arm64, etc.
9497
sudo mv doplan /usr/local/bin/
9598

96-
# Or manually download from: https://github.com/DoPlan-dev/CLI/releases/latest
97-
9899
# Windows
99-
# Download from: https://github.com/DoPlan-dev/CLI/releases/latest
100+
# Download doplan_*_windows_amd64.tar.gz from releases page
100101
# Extract and add to PATH
101102
```
102103

103-
**Latest Release:** [v0.0.17-beta](https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.17-beta)
104+
**Latest Release:** [v0.0.17-beta](https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.17-beta) | [View all releases](https://github.com/DoPlan-dev/CLI/releases)
104105

105106
### From Source
106107

0 commit comments

Comments
 (0)