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 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: