diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 8 | ||||
| -rwxr-xr-x | docs/zh/README.md | 8 |
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 |
