From 3a098377cb8edae7f9ad97853fece960896c7a19 Mon Sep 17 00:00:00 2001 From: Lars Kulseng Date: Fri, 23 Dec 2016 18:49:33 +0100 Subject: [PATCH] readme: Changed wording of quick start section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8d927e..7e80a431 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ export GOPATH=$HOME/gopath go get -u github.com/purpleidea/mgmt cd $GOPATH/src/github.com/purpleidea/mgmt ``` -* Get the remaining golang deps with `go get ./...`, or run `make deps` if you're comfortable with how we install them. +* Run `make deps` to install system and golang dependencies. Take a look at `misc/make-deps.sh` for details. * Run `make build` to get a freshly built `mgmt` binary. * Run `time ./mgmt run --yaml examples/graph0.yaml --converged-timeout=5 --tmp-prefix` to try out a very simple example! * To run continuously in the default mode of operation, omit the `--converged-timeout` option.