From 76397d21157794c28f3b18258eacb8ed10da3a88 Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Sat, 24 Nov 2018 16:17:54 +0000 Subject: [PATCH] fix build --- .circleci/config.yml | 2 +- Makefile | 2 +- README.md | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0289b94..c6f359a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,4 +10,4 @@ jobs: working_directory: /go/src/github.com/liamg/aminal steps: - checkout - - run: go test -v ./... + - run: make test diff --git a/Makefile b/Makefile index 2ca4011..847f07b 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README.md b/README.md index 701a3fe..a457357 100644 --- a/README.md +++ b/README.md @@ -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