From a6269aaf83367e7ecadf83420b28da1f7639bce7 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Sun, 6 Feb 2022 20:03:22 +0100 Subject: [PATCH] Update instructions to include recursive cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fb9e82..7d7558e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple Gaborator cgo implementation. Requires [c-gaborator](https://git.gammaspectra.live/S.O.N.G/c-gaborator) installed. ```shell -git clone --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator +git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator cd c-gaborator && make build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \