diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-12-20 14:49:25 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-12-20 14:49:25 -0500 |
commit | ef9bdb13820d0e113673ce0565f4dbd5960b2d9f (patch) | |
tree | 5c84e5892ab44dd45d030b1cbb205142a46c79e3 /README.md | |
parent | 283fcb002b486f6fd0c07159e9dd9625fb5fddef (diff) | |
download | ziglings-ef9bdb13820d0e113673ce0565f4dbd5960b2d9f.tar.gz ziglings-ef9bdb13820d0e113673ce0565f4dbd5960b2d9f.tar.bz2 ziglings-ef9bdb13820d0e113673ce0565f4dbd5960b2d9f.tar.xz ziglings-ef9bdb13820d0e113673ce0565f4dbd5960b2d9f.zip |
Add note about older version branches
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ as high as that shown in the example version check above. It is likely that you'll download a build which is _greater_ than the minimum. +_(For those who cannot easily update Zig, there are also community-supported +branches in this repo. At the moment, there's one for v0.8.1. Older version +branches may or may not have all exercises and/or bugfixes.)_ + Once you have a build of the Zig compiler that works with Ziglings, they'll continue to work together. But keep in mind that if you update one, you may need to also update the other. |