Installation¶
Prerequisites¶
- Download and install the latest .NET 8 SDK
-
Download and install from here
Tip
Use Windows Terminal as your command prompt.
Install ModernUO¶
- Navigate to the folder where you want to install ModernUO.
- Using Windows Terminal run:
git clone https://github.com/modernuo/modernuo cd modernuo
Prerequisites¶
- Download and install the latest .NET 8 SDK.
- Using terminal, install homebrew and git:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew install git
Install ModernUO¶
- Using terminal, navigate to the folder where you want to install ModernUO and run:
git clone https://github.com/modernuo/modernuo cd modernuo
Prerequisites¶
- Download and install the latest .NET 8 SDK.
-
Using bash, install git:
sudo apt update && sudo apt install git
Note
The command to install git might be different for your flavor of linux. Consult your local Google search for answers.
Install ModernUO¶
- Using bash, navigate to the folder where you want to install ModernUO and run:
git clone https://github.com/modernuo/modernuo cd modernuo