mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 05:49:12 +00:00
misc(README.md): Put quick-start guide in a collapsable block
This commit is contained in:
parent
540c2e9c4b
commit
c663b60c1d
24
README.md
24
README.md
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
## Current features
|
## Current features
|
||||||
|
|
||||||
* Logging in
|
- Logging in
|
||||||
* Combat
|
- Combat
|
||||||
* Friends list
|
- Friends list
|
||||||
* Teleportation
|
- Teleportation
|
||||||
* Gacha system
|
- Gacha system
|
||||||
* Co-op works(-ish)
|
- Co-op works(-ish)
|
||||||
* Spawning monsters via console
|
- Spawning monsters via console
|
||||||
* Inventory features (receiving items/characters, upgrading items/characters, etc)
|
- Inventory features (receiving items/characters, upgrading items/characters, etc)
|
||||||
|
|
||||||
## Quick setup guide
|
## Quick setup guide
|
||||||
|
|
||||||
@ -24,6 +24,10 @@
|
|||||||
|
|
||||||
### Quick Start (automatic)
|
### Quick Start (automatic)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
<summary>Windows quick start using Cultivation</summary>
|
||||||
|
|
||||||
- Get [Java 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)
|
- Get [Java 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)
|
||||||
- Get [MongoDB Community Server](https://www.mongodb.com/try/download/community)
|
- Get [MongoDB Community Server](https://www.mongodb.com/try/download/community)
|
||||||
- Get [game version REL5.0](#downloading-50)
|
- Get [game version REL5.0](#downloading-50)
|
||||||
@ -40,6 +44,8 @@
|
|||||||
- Click the launch button.
|
- Click the launch button.
|
||||||
- Log in with whatever username you want. Password can be anything.
|
- Log in with whatever username you want. Password can be anything.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Downloading 5.0
|
### Downloading 5.0
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -80,7 +86,7 @@ Grasscutter uses Gradle to handle dependencies & building.
|
|||||||
|
|
||||||
**Requirements:**
|
**Requirements:**
|
||||||
|
|
||||||
- [Java Development Kit 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or higher
|
- [Java Development Kit 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) or higher
|
||||||
- [Git](https://git-scm.com/downloads)
|
- [Git](https://git-scm.com/downloads)
|
||||||
|
|
||||||
##### Clone
|
##### Clone
|
||||||
|
Loading…
Reference in New Issue
Block a user