Skip to content

Commit

Permalink
SS14.Watchdog setup: Remove partial clone sugestion (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu committed Sep 29, 2023
1 parent 75e2056 commit 76b539c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/en/server-hosting/setting-up-ss14-watchdog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76b539c

Please sign in to comment.