mirror of https://github.com/liamg/aminal.git
fix build
This commit is contained in:
parent
4027197a96
commit
76397d2115
|
@ -10,4 +10,4 @@ jobs:
|
||||||
working_directory: /go/src/github.com/liamg/aminal
|
working_directory: /go/src/github.com/liamg/aminal
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: go test -v ./...
|
- run: make test
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ test:
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: build
|
install: build
|
||||||
sudo install -m 0755 aminal "/usr/local/bin/${BINARY}"
|
install -m 0755 aminal "${GOBIN}/${BINARY}"
|
||||||
|
|
||||||
.PHONY: install-tools
|
.PHONY: install-tools
|
||||||
install-tools:
|
install-tools:
|
||||||
|
|
|
@ -56,10 +56,7 @@ Ensure you have your latest graphics card drivers installed before use.
|
||||||
Building requires Go 1.11 (for `go mod`).
|
Building requires Go 1.11 (for `go mod`).
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/liamg/aminal.git
|
go get -u https://github.com/liamg/aminal
|
||||||
cd aminal
|
|
||||||
go build
|
|
||||||
./aminal
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Keyboard Shortcuts
|
## Keyboard Shortcuts
|
||||||
|
|
Loading…
Reference in New Issue