diff --git a/404.html b/404.html index 91e750d9..94f4d4ad 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
mkdir BoxDrop && cd BoxDrop
Next, create a new console application in this directory and add Raylib-cs and Jitter2:
-dotnet new console
dotnet add package Raylib-cs --version 6.1.1
dotnet add package Jitter2 --version 2.4.5
dotnet new console
dotnet add package Raylib-cs --version 6.1.1
dotnet add package Jitter2 --version 2.4.6
You have completed the setup. If you now execute the following command:
dotnet run
Your console should display: "Hello, World!".