Skip to content

Commit 663bc58

Browse files
committed
improve installation instructions
1 parent e2fa7dc commit 663bc58

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,22 @@ It works by sending requests to [OpenAI API](http://openai.com/api/) and require
3434

3535
## Option 1: Download the binary from Github
3636

37-
Download the binary from the [releases page](https://github.com/Guitaricet/howto/releases).
38-
Then move the binary to your path, e.g., `mv howto /usr/local/bin/`
37+
| OS | Architecture | Link |
38+
| --- | --- | --- |
39+
| Linux | x86_64 | [howto-linux-x86_64](https://github.com/Guitaricet/howto/releases/download/v1.0.1/howto-v1.0.1-linux-arm64.tar.gz) |
40+
| MacOS | x86_64 (Intel) | [howto-darwin-x86_64](https://github.com/Guitaricet/howto/releases/download/v1.0.1/howto-v1.0.1-darwin-amd64.tar.gz) |
41+
| MacOS | arm64 (M1) | [howto-darwin-arm64](https://github.com/Guitaricet/howto/releases/download/v1.0.1/howto-v1.0.1-darwin-arm64.tar.gz) |
42+
| Windows | x86_64 | [howto-windows-x86_64](https://github.com/Guitaricet/howto/releases/download/v1.0.1/howto-v1.0.1-windows-amd64.zip) |
43+
44+
Full list of architectures can be found on the [release page](https://github.com/Guitaricet/howto/releases/latest).
45+
46+
Then untar it and add it to your `PATH`. For example:
47+
```bash
48+
tar -xvf howto-v1.0.1-darwin-amd64.tar.gz
49+
mv howto /usr/local/bin/
50+
```
51+
52+
> moving the binary to `/usr/local/bin` can require
3953
4054
## Option 2: Build from source
4155

0 commit comments

Comments
 (0)