1.2 KiB
1.2 KiB
| title |
|---|
| Installation |
Installation
Prerequisites
=== "Windows" 1. Download and install git from here 2. Download and install the latest .NET Core SDK
=== "OSX"
1. Install homebrew from here
2. Run:
bash brew install git
3. Download and install the latest .NET Core SDK
=== "Linux"
1. Run:
bash sudo apt update && sudo apt install git
2. Download and install the latest [.NET Core SDK](instructions here)
Clone the Repository
=== "Windows" Navigate to the folder where you want to install ModernUO.
=== "OSX" Using terminal, navigate to the folder where you want to install ModernUO.
=== "Linux" Using bash, navigate to the folder where you want to install ModernUO.
Run:
git clone https://github.com/modernuo/modernuo
!!! Tip
Operating System: :fontawesome-brands-windows:{: .windows }
Use git bash as your command prompt