From 31a76ce516d74c3e018b59fdac4fe66fdb2ebc46 Mon Sep 17 00:00:00 2001 From: Jason Campbell Date: Thu, 9 Apr 2015 10:38:17 -0700 Subject: [PATCH 1/2] Respect user set PREFIX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b6129c..4d08167 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PREFIX = /usr/local +PREFIX ?= /usr/local MANTASTIC = http://mantastic.herokuapp.com docs: spot.1 From aaf6f6d4024493b1a9ea4242bc39c999fdaeac91 Mon Sep 17 00:00:00 2001 From: Jason Campbell Date: Thu, 9 Apr 2015 10:43:46 -0700 Subject: [PATCH 2/2] Add username to bpkg install directions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b5f32..e9cf7a8 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ $ npm install -g spot Or if you have [bpkg](https://github.com/bpkg/bpkg) ``` -$ bpkg install -g spot +$ bpkg install -g rauchg/spot ``` You're done! Otherwise, run this command: