From a3124c04207a5fb7815a407f1978a91c54d22f7b Mon Sep 17 00:00:00 2001 From: Giuseppe Lavagetto Date: Thu, 1 Jun 2017 15:06:39 -0700 Subject: 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 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1