Skip to content

Commit

Permalink
release: version 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Jan 30, 2024
1 parent ada5fe5 commit d35a9e2
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.21-blue)
![Github Release](https://img.shields.io/badge/release-v0.22-blue)

Code assistant language server for [Helix](https://github.com/helix-editor/helix) with support for Copilot + OpenAI.

Expand All @@ -28,17 +28,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.21/helix-gpt-0.21-x86_64-linux.tar.gz \
wget https://github.com/leona/helix-gpt/releases/download/0.22/helix-gpt-0.22-x86_64-linux.tar.gz \
-O /tmp/helix-gpt.tar.gz \
&& tar -zxvf /tmp/helix-gpt.tar.gz \
&& mv helix-gpt-0.21-x86_64-linux /usr/bin/helix-gpt \
&& mv helix-gpt-0.22-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.21/helix-gpt-0.21.js -O helix-gpt.js
wget https://github.com/leona/helix-gpt/releases/download/0.22/helix-gpt-0.22.js -O helix-gpt.js
```

### Configuration
Expand Down

0 comments on commit d35a9e2

Please sign in to comment.