diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-29 17:24:50 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-29 17:24:50 +0800 |
commit | 3a30b6af0402dcff796c9d843fd30381de346022 (patch) | |
tree | fc3a8bb806d92a5634916d895c681a3a870d1318 /README.md | |
parent | 34afc9d61b15971636a3e92b5c8133c860e5848f (diff) | |
download | lua-language-server-3a30b6af0402dcff796c9d843fd30381de346022.zip |
更新readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -55,28 +55,31 @@ ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images/Emmy%20Annotation.gif) -## For macOS Users +## For macOS/Linux Users Please install sumneko Lua in VScode Marketplace first. Then build lua-language-server yourself. -### Requirement -* Xcode -* [ninja] - ### Build +* Install [ninja] * Clone souce code -* Run the build script in Terminal -* Restart VScode and open your lua project - ``` git clone git@github.com:sumneko/lua-language-server.git +``` +* Run `osx.sh` / `linux.sh` in Terminal +``` cd lua-language-server ./osx.sh ``` +``` +cd lua-language-server +./linux.sh +``` +* Restart VScode and open your lua project + -[ninja]: https://ninja-build.org +[ninja]: https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages ## Version |