diff options
| author | ruki <[email protected]> | 2017-03-08 13:54:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-08 13:54:16 +0800 |
| commit | 400acd01ae48570c46c155f248684d092bb7a3fa (patch) | |
| tree | 7a371eb5f3388b8ae3514784c93b85f770bd0b5b /docs | |
| parent | 7f0766e916f7ba51fc5bcbc59077bea91cb1ee10 (diff) | |
add install desc to docs for archlinux
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 |
