aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-02-04 19:13:24 +0200
committerGitHub <noreply@github.com>2019-02-04 19:13:24 +0200
commite65d6d10a7e0776b2c74ce3d71bdc2f42ae27bb9 (patch)
treebbb51d4dc979d7bcf6145bdf63f9a71cf67ef536 /README.md
parentbf2a5e9b3495912bc4e266052e15cceedab131cf (diff)
Update compile instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 75d527a..553b779 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,13 @@ precompiled executables. For now, you can either download
a CI build from [dl.maunium.net/programs/gomuks](https://dl.maunium.net/programs/gomuks)
or compile from source:
-0. Install [Go](https://golang.org/) 1.10 or higher
-1. Run `go get -u maunium.net/go/gomuks`
-2. gomuks should now be in `$GOPATH/bin/gomuks`
+0. Install [Go](https://golang.org/) 1.11 or higher
+1. Clone the repo: `git clone https://github.com/tulir/gomuks.git && cd gomuks`
+2. Build: `go build`
-## Developing
-Running `go install` in `$GOPATH/src/maunium.net/go/gomuks` will recompile the project and dependencies into `$GOPATH/bin/gomuks`.
+Simply pull changes (`git pull`) and run `go build` again to update.
+## Developing
For debugging, use `tail -f /tmp/gomuks-debug.log` and write to it using the methods in the `maunium.net/go/gomuks/debug` package:
```go
import (