aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-03-16 14:47:20 +0100
committerGitHub <[email protected]>2022-03-16 14:47:20 +0100
commit130b9d574b19768b77a29c6e1d6452eee6287fef (patch)
treee1818148ee5f2429c6413ae9d510adc249c9bb47
parentclang format (diff)
downloadzen-130b9d574b19768b77a29c6e1d6452eee6287fef.tar.xz
zen-130b9d574b19768b77a29c6e1d6452eee6287fef.zip
Corrected linux install
Use same version for both download and install of xmake
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f5dd4ddb..7243a5182 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ 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.5.7.amd64.deb
+sudo dpkg -i xmake-v2.6.2.amd64.deb
xmake --version
```