Created Getting Started (markdown)
parent
f1b5074a1b
commit
f4994729a6
1 changed files with 13 additions and 0 deletions
13
Getting-Started.md
Normal file
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`
|
Loading…
Add table
Add a link
Reference in a new issue