aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-03-16 14:59:51 +0100
committerGitHub <[email protected]>2022-03-16 14:59:51 +0100
commite44e554f02748d79934b605b13cc2e521c1edfa6 (patch)
treee6dcd986cdc3c40c036eaa24d27418476b2f20b7
parentMerge branch 'dashboard-zipfs' (diff)
downloadzen-e44e554f02748d79934b605b13cc2e521c1edfa6.tar.xz
zen-e44e554f02748d79934b605b13cc2e521c1edfa6.zip
Bump xmake install instructions to 2.6.4
2.6.2 can't run the current build script, 2.6.4 is required.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7243a5182..5b85d86f9 100644
--- a/README.md
+++ b/README.md
@@ -96,8 +96,8 @@ Next we need the `xmake` build system. For this we will download and install
date `.deb` files;
```
-wget https://github.com/xmake-io/xmake/releases/download/v2.6.2/xmake-v2.6.2.amd64.deb
-sudo dpkg -i xmake-v2.6.2.amd64.deb
+wget https://github.com/xmake-io/xmake/releases/download/v2.6.4/xmake-v2.6.4.amd64.deb
+sudo dpkg -i xmake-v2.6.4.amd64.deb
xmake --version
```