From 0abaf98a8efa9291fd991d7fc44d6f2a2d69c979 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 28 Jan 2024 11:43:31 +0100 Subject: [PATCH] docs: update version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 202b915..26ea355 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.11/helix-gpt-0.11-x86_64-linux.tar.gz \ +wget https://github.com/leona/helix-gpt/releases/download/0.12/helix-gpt-0.12-x86_64-linux.tar.gz \ -O /tmp/helix-gpt.tar.gz \ && tar -zxvf /tmp/helix-gpt.tar.gz \ -&& mv helix-gpt-0.11-x86_64-linux /usr/bin/helix-gpt \ +&& mv helix-gpt-0.12-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.11/helix-gpt-0.11.js -O helix-gpt.js +wget https://github.com/leona/helix-gpt/releases/download/0.12/helix-gpt-0.12.js -O helix-gpt.js ``` ### Configuration