ModernUO/docs/installation.md
Kamron Batman b4cad61e36
Adds getting started to docs (#249)
- [X] Adds getting started to docs

Updates documentation
2020-09-14 00:40:19 -07:00

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