summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-29 17:24:50 +0800
committersumneko <sumneko@hotmail.com>2019-05-29 17:24:50 +0800
commit3a30b6af0402dcff796c9d843fd30381de346022 (patch)
treefc3a8bb806d92a5634916d895c681a3a870d1318 /README.md
parent34afc9d61b15971636a3e92b5c8133c860e5848f (diff)
downloadlua-language-server-3a30b6af0402dcff796c9d843fd30381de346022.zip
更新readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/README.md b/README.md
index 02f49b57..69b5d6f9 100644
--- a/README.md
+++ b/README.md
@@ -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