From add4249fd2e4b6cf856c50ba6e8723e19d96e8e3 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 9 Feb 2020 21:27:21 -0500 Subject: [PATCH] update build instructions --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 7fd0eb34..82dd9975 100644 --- a/README.md +++ b/README.md @@ -74,19 +74,7 @@ The `stable` branch contains the latest release. You can run this for a producti #### Building -You'll need an [up-to-date distribution of the Go language for your OS and architecture](https://golang.org/dl/). You'll also need to set up a [Go workspace](https://golang.org/doc/code.html). Typically, this is just a directory `~/go`, with the `GOPATH` environment variable exported to its path with `export GOPATH=~/go`. - -Clone the repository where `go` expects it to be and then run `make`, i.e., - -```bash -mkdir -p ${GOPATH}/src/github.com/oragono -cd ${GOPATH}/src/github.com/oragono -git clone https://github.com/oragono/oragono -cd oragono -# check out the appropriate branch if necessary -# now, this will install a development copy of oragono at ${GOPATH}/bin/oragono: -make -```` +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 `oragono` in the base directory of the project. ## Configuration