mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-25 00:08:40 +01:00
Updated Setup (markdown)
parent
80ea1770a3
commit
d6e3b5c75c
1 changed files with 5 additions and 1 deletions
6
Setup.md
6
Setup.md
|
@ -31,10 +31,14 @@ Please read the disclaimer [here](Setup#standalone-setup) before continuing.
|
||||||
3. Do `apt install default-jre`
|
3. Do `apt install default-jre`
|
||||||
4. Do `wget https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar`
|
4. Do `wget https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar`
|
||||||
5. Do `java -jar Geyser.jar`
|
5. Do `java -jar Geyser.jar`
|
||||||
|
|
||||||
OR
|
OR
|
||||||
|
|
||||||
We have an automated setup script for clean Termux installs, might not work for all users.
|
We have an automated setup script for clean Termux installs, might not work for all users.
|
||||||
Run this to start the download/install:
|
Run this to start the download/install:
|
||||||
`curl https://gist.githubusercontent.com/rtm516/e3e07d6595ee41e05a38b03c0f4d7a80/raw/install.sh | bash`
|
```
|
||||||
|
curl https://gist.githubusercontent.com/rtm516/e3e07d6595ee41e05a38b03c0f4d7a80/raw/install.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
## Setup Videos
|
## Setup Videos
|
||||||
Setup tutorials in a variety of languages.
|
Setup tutorials in a variety of languages.
|
||||||
|
|
Loading…
Reference in a new issue