diff options
| author | Stefan Boberg <[email protected]> | 2026-03-02 10:53:56 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-02 10:53:56 +0100 |
| commit | 627c3357e2b414468772fd4b2caed00e07912df6 (patch) | |
| tree | 62b18202e8a38cb1a895ec7bf329d96bc01e6fd8 | |
| parent | Add test suites (#799) (diff) | |
| download | zen-627c3357e2b414468772fd4b2caed00e07912df6.tar.xz zen-627c3357e2b414468772fd4b2caed00e07912df6.zip | |
Update README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |