summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00c7f57..9fe6d24 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,11 @@ OSC52 is widely supported, see [partial list of supported terminals](https://git
## Installation
```
+# go 1.16 or later:
go install -v github.com/theimpostor/osc52@latest
+
+# go 1.15 or earlier:
+GO111MODULE=on go get github.com/theimpostor/osc52@latest
```
This will install the latest version of osc52 to `$GOPATH/bin`. To find out where `$GOPATH` is, run `go env GOPATH`