File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ Supported key bindings:
35
35
Build from source:
36
36
``` bash
37
37
:~ $ git clone https://github.com/giulianopz/newscanoe.git
38
- :~ $ go build -o newscanoe cmd/newscanoe/main.go && cp ./newscanoe /usr/local/bin
38
+ :~ $ cd newscanoe
39
+ :~ /newscanoe$ go generate ./... && go build
40
+ :~ /newscanoe$ cp ./newscanoe /usr/local/bin
39
41
```
40
42
41
43
Or download the latest pre-compiled binary from [ GitHub] ( https://github.com/giulianopz/newscanoe/releases ) and then install it into your PATH.
Original file line number Diff line number Diff line change 8
8
build :
9
9
cmds :
10
10
- go generate ./...
11
- - go build -o newscanoe --ldflags="-X 'github.com/giulianopz/newscanoe/internal/app.Version=$(git describe --tags $(git rev-list --tags --max-count=1))'" .
12
-
11
+ # - go build -o newscanoe --ldflags="-X 'github.com/giulianopz/newscanoe/internal/app.Version=$(git describe --tags $(git rev-list --tags --max-count=1))'" .
12
+ - go build
13
13
lint :
14
14
cmds :
15
15
- golangci-lint -v run
You can’t perform that action at this time.
0 commit comments