From 76b539cf307008483b5daba171db7393e3e5a577 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Fri, 29 Sep 2023 19:15:22 +0200 Subject: [PATCH] SS14.Watchdog setup: Remove partial clone sugestion (#68) --- src/en/server-hosting/setting-up-ss14-watchdog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en/server-hosting/setting-up-ss14-watchdog.md b/src/en/server-hosting/setting-up-ss14-watchdog.md index cce9cc001..892218ea0 100644 --- a/src/en/server-hosting/setting-up-ss14-watchdog.md +++ b/src/en/server-hosting/setting-up-ss14-watchdog.md @@ -31,8 +31,8 @@ Both of these can be found at the [.NET 6 download page](https://dotnet.microsof The following set of commands should build the Watchdog on a Linux system. You'll have to adjust it according to your actual system, of course. ``` -# Download the SS14.Watchdog repository and any submodules/etc (but not their history). -git clone --recursive --depth=1 https://github.com/space-wizards/SS14.Watchdog +# Download the SS14.Watchdog repository and any submodules/etc. +git clone --recursive https://github.com/space-wizards/SS14.Watchdog # Switch into the SS14.Watchdog directory. cd SS14.Watchdog