From 5c7fd0ec0b4ccfcd8d4dbd3320e32c1cb6139e88 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 21 Nov 2021 21:55:25 -0500 Subject: [PATCH] readme: clarify self-containedness --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5281206b..5f569004 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ For information on contributing to Ergo, see [DEVELOPING.md](https://github.com/ #### Building -You'll need an [up-to-date distribution of the Go language for your OS and architecture](https://golang.org/dl/). Once you have that, just clone the repository and run `make build`. If everything goes well, you should now have an executable named `ergo` in the base directory of the project. +You'll need an [up-to-date distribution of the Go language for your OS and architecture](https://golang.org/dl/). Once that's installed (check the output of `go version`), just check out your desired branch or tag and run `make build`. This will produce an executable binary named `ergo` in the base directory of the project. (Ergo vendors all its dependencies, so you will not need to fetch any dependencies remotely.) ## Configuration