diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -81,6 +81,12 @@ 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 ``` +##### via scoop + +```bash +scoop install xmake +``` + #### Windows 1. Download xmake windows installer from [Releases](https://github.com/tboox/xmake/releases) |
