Skip to content

Commit cd53b37

Browse files
committed
update readme and release action
1 parent 589d882 commit cd53b37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ jobs:
2626
goos: ${{ matrix.goos }}
2727
goarch: ${{ matrix.goarch }}
2828
goversion: "https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz"
29-
project_path: "."
30-
binary_name: "howto"
3129
extra_files: LICENSE README.md

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ How to do bash commands you always forget. OpenAI-powered.
66
## Build from source
77

88
```bash
9-
go build ./howto.go
9+
go build .
10+
go install
1011
```
1112

1213
Then you can move the binary to your path, e.g., `mv howto /usr/local/bin/`

0 commit comments

Comments
 (0)