22
33# CC-Switch CLI
44
5- [ ![ Version] ( https://img.shields.io/badge/version-4.2.8 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.2.9 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
66[ ![ Platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
77[ ![ Built with Rust] ( https://img.shields.io/badge/built%20with-Rust-orange.svg )] ( https://www.rust-lang.org/ )
88[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
@@ -202,10 +202,10 @@ Download the latest release from [GitHub Releases](https://github.com/saladday/c
202202
203203``` bash
204204# Download Universal Binary (recommended, supports Apple Silicon + Intel)
205- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8 -darwin-universal.tar.gz
205+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9 -darwin-universal.tar.gz
206206
207207# Extract
208- tar -xzf cc-switch-cli-v4.2.8 -darwin-universal.tar.gz
208+ tar -xzf cc-switch-cli-v4.2.9 -darwin-universal.tar.gz
209209
210210# Add execute permission
211211chmod +x cc-switch
@@ -221,10 +221,10 @@ xattr -cr /usr/local/bin/cc-switch
221221
222222``` bash
223223# Download
224- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8 -linux-x64-musl.tar.gz
224+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9 -linux-x64-musl.tar.gz
225225
226226# Extract
227- tar -xzf cc-switch-cli-v4.2.8 -linux-x64-musl.tar.gz
227+ tar -xzf cc-switch-cli-v4.2.9 -linux-x64-musl.tar.gz
228228
229229# Add execute permission
230230chmod +x cc-switch
@@ -237,8 +237,8 @@ sudo mv cc-switch /usr/local/bin/
237237
238238``` bash
239239# For Raspberry Pi or ARM servers
240- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8 -linux-arm64-musl.tar.gz
241- tar -xzf cc-switch-cli-v4.2.8 -linux-arm64-musl.tar.gz
240+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9 -linux-arm64-musl.tar.gz
241+ tar -xzf cc-switch-cli-v4.2.9 -linux-arm64-musl.tar.gz
242242chmod +x cc-switch
243243sudo mv cc-switch /usr/local/bin/
244244```
@@ -247,7 +247,7 @@ sudo mv cc-switch /usr/local/bin/
247247
248248``` powershell
249249# Download the zip file
250- # https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.8 -windows-x64.zip
250+ # https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.2.9 -windows-x64.zip
251251
252252# After extracting, move cc-switch.exe to a PATH directory, e.g.:
253253move cc-switch.exe C:\Windows\System32\
0 commit comments