summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index bc30905e..554869bf 100644
--- a/README.md
+++ b/README.md
@@ -87,22 +87,25 @@ If you find any mistakes, please [tell me][issues] or use [Pull Requests][@meta]
## Locale
-- [x] en-US
-- [x] zh-CN
+- [x] en-us
+- [x] zh-cn
+- [x] pt-br (thanks [Jeferson Ferreira](https://github.com/jefersonf))
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
* In VSCode: Just use the setting of VSCode.
-* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode
+* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Setting
## Credit