fix build

This commit is contained in:
Liam Galvin 2018-11-24 16:17:54 +00:00
parent 4027197a96
commit 76397d2115
3 changed files with 3 additions and 6 deletions

View File

@ -10,4 +10,4 @@ jobs:
working_directory: /go/src/github.com/liamg/aminal
steps:
- checkout
- run: go test -v ./...
- run: make test

View File

@ -16,7 +16,7 @@ test:
.PHONY: install
install: build
sudo install -m 0755 aminal "/usr/local/bin/${BINARY}"
install -m 0755 aminal "${GOBIN}/${BINARY}"
.PHONY: install-tools
install-tools:

View File

@ -56,10 +56,7 @@ Ensure you have your latest graphics card drivers installed before use.
Building requires Go 1.11 (for `go mod`).
```
git clone https://github.com/liamg/aminal.git
cd aminal
go build
./aminal
go get -u https://github.com/liamg/aminal
```
## Keyboard Shortcuts