File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,22 @@ It works by sending requests to [OpenAI API](http://openai.com/api/) and require
34
34
35
35
## Option 1: Download the binary from Github
36
36
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
39
53
40
54
## Option 2: Build from source
41
55
You can’t perform that action at this time.
0 commit comments