summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-09 13:42:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-09 13:42:53 +0800
commit9252da2181d15ab4a7db88a32f0eb54f58f2478d (patch)
treed7dab7c8eb73afa104768610563cfe70c80da3ae /README.md
parentfe48ef82a0b734bcb1fb4750a23e66b7e399b2b2 (diff)
downloadlua-language-server-9252da2181d15ab4a7db88a32f0eb54f58f2478d.zip
#788 update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 31c8a7aa..554869bf 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,11 @@ Please [help me][en-US] improve the quality of `en-US`.
[en-US]: https://github.com/sumneko/lua-language-server/tree/master/locale/en-us
## Build
+The extensions in the VSCode market already come with pre-compiled binary files, usually you don't need to compile them.
-* [Build and Run (In VSCode)](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(In-VSCode))
-* [Build and Run (Standalone)](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone))
+Other clients can first try to download and use [pre-compiled binary files](https://github.com/sumneko/lua-language-server/wiki/PreCompiled-Binaries).
+
+If you need to compile by yourself, please refer to [here](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run)
## Setting