aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-03-02 10:53:56 +0100
committerGitHub Enterprise <[email protected]>2026-03-02 10:53:56 +0100
commit627c3357e2b414468772fd4b2caed00e07912df6 (patch)
tree62b18202e8a38cb1a895ec7bf329d96bc01e6fd8
parentAdd test suites (#799) (diff)
downloadzen-627c3357e2b414468772fd4b2caed00e07912df6.tar.xz
zen-627c3357e2b414468772fd4b2caed00e07912df6.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0bc708ff6..36e02d213 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,7 @@ export CXX=g++-11
Install [xmake](https://xmake.io/#/getting_started).
```
-curl -fsSL https://xmake.io/shget.text | bash
-xmake --version
+curl -fsSL https://xmake.io/shget.text | bash -s v2.9.9
```
Clone the Zen project and tell `xmake` to use the correct GCC version.