From ee43fcd1cffd1b762a68546cb7cfe57bbbd9f20c Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 17 Feb 2024 13:54:20 +0000 Subject: [PATCH] release: version 0.28 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c614d7c..49e92ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # helix-gpt ![Build Status](https://github.com/leona/helix-gpt/actions/workflows/release.yml/badge.svg) -![Github Release](https://img.shields.io/badge/release-v0.27-blue) +![Github Release](https://img.shields.io/badge/release-v0.28-blue) Code assistant language server for [Helix](https://github.com/helix-editor/helix) with support for Copilot/OpenAI/Codeium. @@ -29,17 +29,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.27/helix-gpt-0.27-x86_64-linux.tar.gz \ +wget https://github.com/leona/helix-gpt/releases/download/0.28/helix-gpt-0.28-x86_64-linux.tar.gz \ -O /tmp/helix-gpt.tar.gz \ && tar -zxvf /tmp/helix-gpt.tar.gz \ -&& mv helix-gpt-0.27-x86_64-linux /usr/bin/helix-gpt \ +&& mv helix-gpt-0.28-x86_64-linux /usr/bin/helix-gpt \ && chmod +x /usr/bin/helix-gpt ``` #### With Bun (tested with 1.0.25) ```bash -wget https://github.com/leona/helix-gpt/releases/download/0.27/helix-gpt-0.27.js -O /usr/bin/helix-gpt +wget https://github.com/leona/helix-gpt/releases/download/0.28/helix-gpt-0.28.js -O /usr/bin/helix-gpt ``` ### Configuration