From 400acd01ae48570c46c155f248684d092bb7a3fa Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 8 Mar 2017 13:54:16 +0800 Subject: add install desc to docs for archlinux --- docs/README.md | 8 ++++++++ docs/zh/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) 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 -- cgit v1.3.1