summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c7b262c..980d355 100644
--- a/README.md
+++ b/README.md
@@ -97,9 +97,9 @@ given variant.
blubber config.yaml variant
You can see the result of the example configuration by cloning this repo and
-running (assuming you have go and your GOPATH set up properly):
+running (assuming you have go):
- go build
- ./blubber blubber blubber.example.yaml development
- ./blubber blubber blubber.example.yaml test
- ./blubber blubber blubber.example.yaml production
+ make
+ ./bin/blubber blubber blubber.example.yaml development
+ ./bin/blubber blubber blubber.example.yaml test
+ ./bin/blubber blubber blubber.example.yaml production