22
33# CC-Switch CLI
44
5- [ ![ Version] ( https://img.shields.io/badge/version-4.1.0 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.1.1 -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 )
@@ -197,10 +197,10 @@ Download the latest release from [GitHub Releases](https://github.com/saladday/c
197197
198198``` bash
199199# Download Universal Binary (recommended, supports Apple Silicon + Intel)
200- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.0 -darwin-universal.tar.gz
200+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.1 -darwin-universal.tar.gz
201201
202202# Extract
203- tar -xzf cc-switch-cli-v4.1.0 -darwin-universal.tar.gz
203+ tar -xzf cc-switch-cli-v4.1.1 -darwin-universal.tar.gz
204204
205205# Add execute permission
206206chmod +x cc-switch
@@ -216,10 +216,10 @@ xattr -cr /usr/local/bin/cc-switch
216216
217217``` bash
218218# Download
219- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.0 -linux-x64-musl.tar.gz
219+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.1 -linux-x64-musl.tar.gz
220220
221221# Extract
222- tar -xzf cc-switch-cli-v4.1.0 -linux-x64-musl.tar.gz
222+ tar -xzf cc-switch-cli-v4.1.1 -linux-x64-musl.tar.gz
223223
224224# Add execute permission
225225chmod +x cc-switch
@@ -232,8 +232,8 @@ sudo mv cc-switch /usr/local/bin/
232232
233233``` bash
234234# For Raspberry Pi or ARM servers
235- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.0 -linux-arm64-musl.tar.gz
236- tar -xzf cc-switch-cli-v4.1.0 -linux-arm64-musl.tar.gz
235+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.1 -linux-arm64-musl.tar.gz
236+ tar -xzf cc-switch-cli-v4.1.1 -linux-arm64-musl.tar.gz
237237chmod +x cc-switch
238238sudo mv cc-switch /usr/local/bin/
239239```
@@ -242,7 +242,7 @@ sudo mv cc-switch /usr/local/bin/
242242
243243``` powershell
244244# Download the zip file
245- # https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.0 -windows-x64.zip
245+ # https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.1.1 -windows-x64.zip
246246
247247# After extracting, move cc-switch.exe to a PATH directory, e.g.:
248248move cc-switch.exe C:\Windows\System32\
0 commit comments