Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Jan 26, 2024
1 parent 47933d9 commit 61c7565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,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.6/helix-gpt-0.6-x86_64-linux.tar.gz \
wget https://github.com/leona/helix-gpt/releases/download/0.8/helix-gpt-0.8-x86_64-linux.tar.gz \
-O /tmp/helix-gpt.tar.gz \
&& tar -zxvf /tmp/helix-gpt.tar.gz \
&& mv helix-gpt-0.6-x86_64-linux /usr/bin/helix-gpt \
&& mv helix-gpt-0.8-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.6/helix-gpt-0.6.js -O helix-gpt.js
wget https://github.com/leona/helix-gpt/releases/download/0.8/helix-gpt-0.8.js -O helix-gpt.js
```

### Configuration
Expand Down

0 comments on commit 61c7565

Please sign in to comment.