From 766bbbfa6cd5b506db4de194af7deed1050536c9 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 19 Oct 2023 02:44:55 +0200 Subject: [PATCH] [docs] Shallow clone by default --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a18210f82..f37cfba5e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -38,7 +38,7 @@ This document will guide you through manual installation of Iceshrimp on dev bra ### Download repository ```sh -git clone https://iceshrimp.dev/iceshrimp/iceshrimp +git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git --depth=1 ``` ### Creating a new user