diff --git a/Getting-Started.md b/Getting-Started.md new file mode 100644 index 0000000..cbcfbd3 --- /dev/null +++ b/Getting-Started.md @@ -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` \ No newline at end of file