diff --git a/Makefile b/Makefile index 7cb974d..a699205 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ test: .PHONY: setup setup: git config core.hooksPath etc/githooks + command -v go > /dev/null || (echo "go not installed" && false) .PHONY: preview preview: generate diff --git a/README.org b/README.org index 0cf7a4b..4eec00e 100644 --- a/README.org +++ b/README.org @@ -27,7 +27,7 @@ Commands: ** as a library see [[https://github.com/niklasfasching/go-org/blob/master/main.go][main.go]] and hugo [[https://github.com/gohugoio/hugo/blob/master/markup/org/convert.go][org/convert.go]] * development -1. =make setup install= +1. =make setup= 2. change things 3. =make preview= (regenerates fixtures & shows output in a browser)