aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```