summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md8
-rwxr-xr-xdocs/zh/README.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 80cec9355..29738c7a1 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -29,11 +29,19 @@ $ sudo brew install xmake
##### Linux
+For linuxbrew:
+
```bash
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
$ sudo brew install xmake
```
+For archlinux:
+
+```bash
+$ yaourt xmake
+```
+
##### Compilation
```bash
diff --git a/docs/zh/README.md b/docs/zh/README.md
index 03f70e89a..a9c1a1301 100755
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -36,11 +36,19 @@ $ sudo brew install xmake
##### Linux
+使用linuxbrew安装:
+
```bash
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
$ sudo brew install xmake
```
+在archlinux上安装:
+
+```bash
+$ yaourt xmake
+```
+
##### 编译安装
```bash