From 049b9670e15ee215c6c449e786982d8a5d607f37 Mon Sep 17 00:00:00 2001 From: Jon Austin Date: Sun, 21 Feb 2021 12:17:32 -0800 Subject: [PATCH] install from master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a99161..7928ac2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for intro to the codebase It can be installed using `go get`. ``` - $ go get github.com/dborzov/lsp + $ go get github.com/dborzov/lsp@master ``` Then make sure that your `$PATH` includes the `$GOPATH/bin` directory.