From 277cb94894c663a64285fced320a4863b4d738a5 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 22 Nov 2020 01:58:03 +0100 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1daa7cc..e092d00e 100644 --- a/README.md +++ b/README.md @@ -88,15 +88,19 @@ will be automatically resolved if you build with tests. ### Building -Firstly, either clone the repository: +Firstly, either clone the repository... # git clone --recurse-submodules https://github.com/mhx/dwarfs + # cd dwarfs +...or unpack the release archive: + + # tar xvf dwarfs-0.1.0.tar.bz2 + # cd dwarfs-0.1.0 Once all dependencies have been installed, you can build DwarFS using: - # git clone --recurse-submodules https://github.com/mhx/dwarfs # mkdir build # cd build # cmake .. -DWITH_TESTS