Skip to content

Commit

Permalink
release: version 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Mar 13, 2024
1 parent e4126f6 commit 18d8bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 18d8bc1

Please sign in to comment.