Update README.md

formatting, thanks Butterscotch for some changes
This commit is contained in:
Yury
2021-07-22 02:56:25 +03:00
committed by GitHub
parent 961946bd29
commit 8ec528d4a0

View File

@@ -17,14 +17,18 @@ Latest instructions are currently [here](https://gist.github.com/Eirenliel/8c0ee
## How to build
You need to execute this commands in folder where you want this project.
```
You need to execute these commands in the folder where you want this project.
```bash
# Clone repositories
git clone https://github.com/SlimeVR/SlimeVR-Server.git
git clone https://github.com/Eirenliel/slime-java-commons.git
# Enter the directory and build the runnable server JAR
cd SlimeVR-Server
gradlew serverJar
```
Open SlimeVr Server project in Eclipse or Intellij Idea
Open Slime VR Server project in Eclipse or Intellij Idea
run gradle command "serverJar"
run gradle command `serverJar` to build a runnable server JAR