From 74aadbadb85511f18039f0700f6f1502de7b8b24 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 22 Feb 2016 00:37:13 -0500 Subject: [PATCH] Update README with small fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d42e53d..953feb16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you have a well phrased question that might benefit others, consider asking i ## Quick start: * Either get the golang dependencies on your own, or run `make deps` if you're comfortable with how we install them. -* Run `make build` to get a fresh built `mgmt` binary. +* Run `make build` to get a freshly built `mgmt` binary. * Run `cd $(mktemp --tmpdir -d tmp.XXX) && etcd` to get etcd running. The `mgmt` software will do this automatically for you in the future. * Run `time ./mgmt run --file examples/graph0.yaml --converged-timeout=1` to try out a very simple example! * To run continuously in the default mode of operation, omit the `--converged-timeout` option. @@ -31,7 +31,7 @@ Please see: [DOCUMENTATION.md](DOCUMENTATION.md) or [PDF](https://pdfdoc-purplei ## Roadmap: Please see: [TODO.md](TODO.md) for a list of upcoming work and TODO items. Please get involved by working on one of these items or by suggesting something else! -Please grab one of the straightforward [#mgmtlove](https://github.com/purpleidea/mgmt/labels/mgmtlove) issues if you're a first time contributor. +Feel free to grab one of the straightforward [#mgmtlove](https://github.com/purpleidea/mgmt/labels/mgmtlove) issues if you're a first time contributor to the project or if you're unsure about what to hack on! ## Bugs: Please set the `DEBUG` constant in [main.go](https://github.com/purpleidea/mgmt/blob/master/main.go) to `true`, and post the logs when you report the [issue](https://github.com/purpleidea/mgmt/issues).