File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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.
9497sudo 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
You can’t perform that action at this time.
0 commit comments