From e3ab686e6d249b2564baba88a65f1e194ff8245c Mon Sep 17 00:00:00 2001 From: Werner Date: Mon, 6 Feb 2023 15:17:12 +0100 Subject: [PATCH] Adjust git command (#4815) Based on https://github.com/armbian/build/issues/4690 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 028b32880..11c3f0cab 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ ```bash apt-get -y install git -git clone https://github.com/armbian/build +git clone --depth=1 --branch=master https://github.com/armbian/build cd build ./compile.sh ```