From 18d8bc127df509a0c5cf82a17c665e23292e7220 Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 13 Mar 2024 12:41:07 +0000 Subject: [PATCH] release: version 0.31 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fef7c0a..2f381ce 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.30-blue) +![Github Release](https://img.shields.io/badge/release-v0.31-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.30/helix-gpt-0.30-x86_64-linux.tar.gz \ +wget https://github.com/leona/helix-gpt/releases/download/0.31/helix-gpt-0.31-x86_64-linux.tar.gz \ -O /tmp/helix-gpt.tar.gz \ && tar -zxvf /tmp/helix-gpt.tar.gz \ -&& mv helix-gpt-0.30-x86_64-linux /usr/bin/helix-gpt \ +&& mv helix-gpt-0.31-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.30/helix-gpt-0.30.js -O /usr/bin/helix-gpt +wget https://github.com/leona/helix-gpt/releases/download/0.31/helix-gpt-0.31.js -O /usr/bin/helix-gpt ``` ### Configuration