You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,9 @@ This repository contains the documentation for MonoGame.
4
4
5
5
## Building Form Source
6
6
7
-
The MonoGame website is built using the .NET tool [DocFX](https://dotnet.github.io/docfx/) to generate the API reference documentation and the static site generator [11ty](https://www.11ty.dev/) to generate the full website. This means you will need the following prerequisites to build locally from source
7
+
The MonoGame website is built using the .NET tool [DocFX](https://dotnet.github.io/docfx/) to generate the base MonoGame documentation and the API reference documentation. This means you will need the following prerequisites to build locally from source
8
8
9
-
1. .NET SDK version 6.0 or higher installed ([download](https://dotnet.microsoft.com/en-us/download))
10
-
2. Node.js and NPM installed ([download](https://nodejs.org/en))
9
+
1. .NET SDK version 6.0 or higher installed ([download](https://dotnet.microsoft.com/en-us/download)) (recommended 8.0+)
11
10
12
11
With your environment setup properly, the following explains how to build from source
0 commit comments