Skip to content

Commit

Permalink
Removed all mentions of Nitrox.BuildTool in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Measurity committed Sep 8, 2024
1 parent 735b619 commit 60ecead
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/getting-started/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 0 additions & 4 deletions docs/platform-architecture/platform-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60ecead

Please sign in to comment.