building and running in readme.md
This commit is contained in:
parent
c9be229924
commit
f21b0d8214
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -1,3 +1,22 @@
|
|||
# Sacred Realms
|
||||
|
||||
see [docs](https://git.unurled.me/SacredRealms/docs) for more information
|
||||
see [docs](https://git.unurled.me/SacredRealms/docs) for more information
|
||||
|
||||
## Build Instructions
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- [Java 17](https://adoptium.net/temurin/releases/?version=17)
|
||||
- `git clone https://git.unurled.me/SacredRealms/SR-Game.git`
|
||||
|
||||
### Building
|
||||
|
||||
```bash
|
||||
./gradlew build
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
- [Java 17](https://adoptium.net/temurin/releases/?version=17)
|
||||
- [PaperMC 1.20.4](https://papermc.io/downloads/paper) or any fork of it (purpur, etc)
|
||||
- a build of the plugin
|
Loading…
Add table
Add a link
Reference in a new issue