You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@ How to do bash commands you always forget. OpenAI-powered.
6
6
## Build from source
7
7
8
8
```bash
9
-
go build .
10
-
go install
9
+
go build
11
10
```
12
11
13
12
Then you can move the binary to your path, e.g., `mv howto /usr/local/bin/`
14
13
14
+
Or, if you have your `$GOPATH/bin` in your path, you can just run `go install .`
15
+
15
16
## Environment variables
16
17
17
18
You need to connect your OpenAI API key to the program by setting the `OPENAI_API_KEY` environment variable. Get your OpenAI API key [here](https://beta.openai.com/docs/quickstart/add-your-api-key).
0 commit comments