Skip to content

Commit 3b6da76

Browse files
Merge branch 'main' into docs/vs-code-setup
2 parents 6336097 + 3083e0a commit 3b6da76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ This repository contains the documentation for MonoGame.
44

55
## Building Form Source
66

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
88

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+)
1110

1211
With your environment setup properly, the following explains how to build from source
1312

0 commit comments

Comments
 (0)