From e44e554f02748d79934b605b13cc2e521c1edfa6 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Wed, 16 Mar 2022 14:59:51 +0100 Subject: Bump xmake install instructions to 2.6.4 2.6.2 can't run the current build script, 2.6.4 is required. --- README.md | 4 ++-- 1 file 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 ``` -- cgit v1.2.3