Created Getting Started (markdown)

Jordon Brooks 2023-06-26 21:00:23 +01:00
parent f1b5074a1b
commit f4994729a6

13
Getting-Started.md Normal file

@ -0,0 +1,13 @@
# Getting Started
## Prerequisites
Before getting started, make sure you have:
- A working installation of [Rust](https://www.rust-lang.org).
- Familiarity with Rust syntax and concepts.
- [Git](https://git-scm.com/downloads) installed on your system.
## Compiling
1. Clone the repository: `git clone https://github.com/Jordonbc/HarmonyLinkServer.git`
2. Navigate into the directory: `cd HarmonyLinkServer`
3. Build the project: `cargo build`
4. Run the project: `cargo run`