aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index c19a1fbe..1b03566c 100644
--- a/README.md
+++ b/README.md
@@ -81,17 +81,19 @@ bash <(wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh
Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content
```
+#### Windows
+
+##### via installer
+
+1. Download xmake windows installer from [Releases](https://github.com/tboox/xmake/releases)
+2. Run xmake-[version].exe
+
##### via scoop
```bash
scoop install xmake
```
-#### Windows
-
-1. Download xmake windows installer from [Releases](https://github.com/tboox/xmake/releases)
-2. Run xmake-[version].exe
-
#### MacOS
```bash