summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheimpostor <theimpostor@users.noreply.github.com>2022-02-22 15:19:28 -0600
committerGitHub <noreply@github.com>2022-02-22 15:19:28 -0600
commit5e3a337d11e8f8b0d34bde201126439180e87a8d (patch)
tree4ee5eba3928b7aec46c9e02181c0ceb6d15237ee
parent10eb658bf54dcd3513b1c684798753e0074ed95a (diff)
Update installation
-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`