From 81c451ace2c4268c7f97ab5dc0a1dfa578e8ee0f Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 5 Feb 2024 18:03:44 +0100 Subject: [PATCH] docs: check out release version for macOS build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b411212..9a6df858 100644 --- a/README.md +++ b/README.md @@ -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