diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-16 14:59:51 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-16 14:59:51 +0100 |
| commit | e44e554f02748d79934b605b13cc2e521c1edfa6 (patch) | |
| tree | e6dcd986cdc3c40c036eaa24d27418476b2f20b7 | |
| parent | Merge branch 'dashboard-zipfs' (diff) | |
| download | zen-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |