summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md8
1 files changed, 8 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