]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update README.md 3568/head
authorYann Collet <Cyan4973@users.noreply.github.com>
Mon, 27 Mar 2023 16:09:22 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 16:09:22 +0000 (09:09 -0700)
fix minor doc mistake (`ninja build` doesn't work)

README.md

index c8b7521d8700a00858e1c0d88875393c003f7222..9a9202adc558a44c5f56dd04fbdecf0fc4daa930 100644 (file)
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ To perform a Fat/Universal2 build and install use the following commands:
 ```bash
 cmake -B build-cmake-debug -S build/cmake -G Ninja -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h;arm64"
 cd build-cmake-debug
-ninja build
+ninja 
 sudo ninja install
 ```