diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-09 13:42:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-09 13:42:53 +0800 |
commit | 9252da2181d15ab4a7db88a32f0eb54f58f2478d (patch) | |
tree | d7dab7c8eb73afa104768610563cfe70c80da3ae /README.md | |
parent | fe48ef82a0b734bcb1fb4750a23e66b7e399b2b2 (diff) | |
download | lua-language-server-9252da2181d15ab4a7db88a32f0eb54f58f2478d.zip |
#788 update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |