docs: check out release version for macOS build

This commit is contained in:
Marcus Holland-Moritz 2024-02-05 18:03:44 +01:00
parent 15dde6d774
commit 81c451ace2

View File

@ -557,6 +557,8 @@ $ pip3 install mistletoe
- Build DwarFS and run its tests:
```
$ git checkout v0.9.0
$ git submodule update
$ mkdir build && cd build
$ cmake .. -GNinja -DWITH_TESTS=ON
$ ninja