We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589d882 commit cd53b37Copy full SHA for cd53b37
.github/workflows/release.yaml
@@ -26,6 +26,4 @@ jobs:
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
goversion: "https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz"
29
- project_path: "."
30
- binary_name: "howto"
31
extra_files: LICENSE README.md
README.md
@@ -6,7 +6,8 @@ How to do bash commands you always forget. OpenAI-powered.
6
## Build from source
7
8
```bash
9
-go build ./howto.go
+go build .
10
+go install
11
```
12
13
Then you can move the binary to your path, e.g., `mv howto /usr/local/bin/`
0 commit comments