summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGiuseppe Lavagetto <glavagetto@wikimedia.org>2017-06-01 15:06:39 -0700
committerChad Horohoe <chadh@wikimedia.org>2017-06-01 15:06:45 -0700
commita3124c04207a5fb7815a407f1978a91c54d22f7b (patch)
tree2e0c6e6d96de671180b2bfc78b6d8aa066d65de3 /README.md
parentd0266214e0da18dc53d6acb14c90ecfda0448e44 (diff)
downloadblubber-a3124c04207a5fb7815a407f1978a91c54d22f7b.tar.gz
Add Makefile
Summary: Added a Makefile so you don't need any special mangling of your go path Test Plan: None Reviewers: dduvall, mmodell, #release-engineering-team Reviewed By: mmodell Subscribers: Joe Tags: #release-engineering-team Revert Plan: None Differential Revision: https://phabricator.wikimedia.org/D671
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