mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Update README.md
formatting, thanks Butterscotch for some changes
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user