diff --git a/docs/getting-started/development-setup.md b/docs/getting-started/development-setup.md index 64d67d6..37d0e40 100644 --- a/docs/getting-started/development-setup.md +++ b/docs/getting-started/development-setup.md @@ -27,7 +27,6 @@ Make sure Subnautica is **not on legacy**. The master branch of Nitrox always ta Make sure you have an up-to-date Microsoft .NET SDK: https://dotnet.microsoft.com/en-us/download ``` -dotnet run --project Nitrox.BuildTool dotnet build ``` diff --git a/docs/platform-architecture/platform-architecture.md b/docs/platform-architecture/platform-architecture.md index 68270e4..e0c4006 100644 --- a/docs/platform-architecture/platform-architecture.md +++ b/docs/platform-architecture/platform-architecture.md @@ -15,10 +15,6 @@ Server application that is started by the NitroxLauncher project. It has seriali WPF application for starting the server and/or Subnautica. The launcher will inject the Nitrox client code before starting Subnautica. -### Nitrox.BuildTool - -Console application which finds Subnautica code and publicizes it for other Nitrox\* projects. It's required to Build and Run this at least once before other Nitrox projects. - --- ## Nitrox library projects