Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SS14.Watchdog setup: Remove partial clone sugestion #68

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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