We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897ad65 commit 10cb481Copy full SHA for 10cb481
README.md
@@ -77,7 +77,15 @@ This script relies on curl for the requests to the api and jq to parse the json
77
```sh
78
curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash
79
```
80
+
81
+#### ArchLinux
82
83
+ If you are using ArchLinux you can install the [AUR package](https://aur.archlinux.org/packages/chatgpt-shell-cli) with:
84
85
+ ```
86
+ paru -S chatgpt-shell-cli
87
88
89
### Manual Installation
90
91
If you want to install it manually, all you have to do is:
0 commit comments