diff --git a/README.md b/README.md index 21fcf89..356b955 100644 --- a/README.md +++ b/README.md @@ -25,17 +25,17 @@ This was made to run with [Bun](https://bun.sh/), but you can also use a precomp #### Without Bun ```bash -wget https://github.com/leona/helix-gpt/releases/download/0.10/helix-gpt-0.10-x86_64-linux.tar.gz \ +wget https://github.com/leona/helix-gpt/releases/download/0.11/helix-gpt-0.11-x86_64-linux.tar.gz \ -O /tmp/helix-gpt.tar.gz \ && tar -zxvf /tmp/helix-gpt.tar.gz \ -&& mv helix-gpt-0.10-x86_64-linux /usr/bin/helix-gpt \ +&& mv helix-gpt-0.11-x86_64-linux /usr/bin/helix-gpt \ && chmod +x /usr/bin/helix-gpt ``` #### With Bun ```bash -wget https://github.com/leona/helix-gpt/releases/download/0.10/helix-gpt-0.10.js -O helix-gpt.js +wget https://github.com/leona/helix-gpt/releases/download/0.11/helix-gpt-0.11.js -O helix-gpt.js ``` ### Configuration