Bump version

This commit is contained in:
kardolus
2024-03-21 10:28:28 -04:00
parent 3fbc2830b0
commit 58526acf6b

View File

@@ -72,31 +72,31 @@ system and architecture:
#### Apple M1 chips
```shell
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.4.2/chatgpt-darwin-arm64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.5.0/chatgpt-darwin-arm64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
```
#### macOS Intel chips
```shell
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.4.2/chatgpt-darwin-amd64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.5.0/chatgpt-darwin-amd64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
```
#### Linux (amd64)
```shell
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.4.2/chatgpt-linux-amd64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.5.0/chatgpt-linux-amd64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
```
#### Linux (arm64)
```shell
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.4.2/chatgpt-linux-arm64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/download/v1.5.0/chatgpt-linux-arm64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
```
#### Windows (amd64)
Download the binary
from [this link](https://github.com/kardolus/chatgpt-cli/releases/download/v1.4.2/chatgpt-windows-amd64.exe) and add it
from [this link](https://github.com/kardolus/chatgpt-cli/releases/download/v1.5.0/chatgpt-windows-amd64.exe) and add it
to your PATH.
Choose the appropriate command for your system, which will download the binary, make it executable, and move it to your