22
33# CC-Switch CLI
44
5- [ ![ Version] ( https://img.shields.io/badge/version-4.3.1 -blue.svg )] ( https://github.com/saladday/cc-switch-cli/releases )
5+ [ ![ Version] ( https://img.shields.io/badge/version-4.4.0 -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 )
@@ -234,10 +234,10 @@ Download the latest release from [GitHub Releases](https://github.com/saladday/c
234234
235235``` bash
236236# Download Universal Binary (recommended, supports Apple Silicon + Intel)
237- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-darwin-universal.tar.gz
237+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.4.0- darwin-universal.tar.gz
238238
239239# Extract
240- tar -xzf cc-switch-cli-darwin-universal.tar.gz
240+ tar -xzf cc-switch-cli-v4.4.0- darwin-universal.tar.gz
241241
242242# Add execute permission
243243chmod +x cc-switch
@@ -253,10 +253,10 @@ xattr -cr /usr/local/bin/cc-switch
253253
254254``` bash
255255# Download
256- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-linux-x64-musl.tar.gz
256+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.4.0- linux-x64-musl.tar.gz
257257
258258# Extract
259- tar -xzf cc-switch-cli-linux-x64-musl.tar.gz
259+ tar -xzf cc-switch-cli-v4.4.0- linux-x64-musl.tar.gz
260260
261261# Add execute permission
262262chmod +x cc-switch
@@ -269,8 +269,8 @@ sudo mv cc-switch /usr/local/bin/
269269
270270``` bash
271271# For Raspberry Pi or ARM servers
272- curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-linux-arm64-musl.tar.gz
273- tar -xzf cc-switch-cli-linux-arm64-musl.tar.gz
272+ curl -LO https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.4.0- linux-arm64-musl.tar.gz
273+ tar -xzf cc-switch-cli-v4.4.0- linux-arm64-musl.tar.gz
274274chmod +x cc-switch
275275sudo mv cc-switch /usr/local/bin/
276276```
@@ -279,7 +279,7 @@ sudo mv cc-switch /usr/local/bin/
279279
280280``` powershell
281281# Download the zip file
282- # https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-windows-x64.zip
282+ # https://github.com/saladday/cc-switch-cli/releases/latest/download/cc-switch-cli-v4.4.0- windows-x64.zip
283283
284284# After extracting, move cc-switch.exe to a PATH directory, e.g.:
285285move cc-switch.exe C:\Windows\System32\
0 commit comments