Improve Docs
This commit is contained in:
parent
16f919d147
commit
0723fb1894
@ -15,7 +15,7 @@
|
|||||||
* Non-ARM Host Architectures
|
* Non-ARM Host Architectures
|
||||||
* QEMU User-Mode
|
* QEMU User-Mode
|
||||||
* Host Architecture Dependencies
|
* Host Architecture Dependencies
|
||||||
* CLient Mode Only
|
* Client Mode Only
|
||||||
* OpenGL ES 1.1
|
* OpenGL ES 1.1
|
||||||
* GLFW
|
* GLFW
|
||||||
* FreeImage
|
* FreeImage
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
**2.3.5**
|
**2.3.5**
|
||||||
* Rename Some Feature Flags
|
* Renamed Some Feature Flags
|
||||||
* Add `Improved Title Background` Feature Flag (Enabled By Default)
|
* Add `Improved Title Background` Feature Flag (Enabled By Default)
|
||||||
* Non-Touch GUI Rework
|
* Non-Touch GUI Rework
|
||||||
* Make `Full Touch GUI` Feature Flag Disabled By Default
|
* Make `Full Touch GUI` Feature Flag Disabled By Default
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Manual Installation
|
# Installation
|
||||||
[Download Packages Here](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/)
|
Download packages [here](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/).
|
||||||
|
|
||||||
## Picking A Package
|
## Picking A Package
|
||||||
|
|
||||||
@ -9,10 +9,13 @@ minecraft-pi-reborn-<Variant>_X.Y.Z_<Architecture>
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Picking A Variant
|
### Picking A Variant
|
||||||
* ``client``: Client mode, use this if you want to play MCPI
|
* ``client``: Client mode, use this if you want to play MCPI.
|
||||||
* ``server``: Server mode, use this if you want to host a dedicated MCPI server
|
* ``server``: Server mode, use this if you want to host a dedicated MCPI server.
|
||||||
|
|
||||||
### Picking An Architecture
|
### Picking An Architecture
|
||||||
* ``amd64``: x86_64, use this if you are using a device with an AMD or Intel processor
|
* ``amd64``: x86_64, use this if you are using a device with an AMD or Intel processor.
|
||||||
* ``armhf``: ARM 32-Bit, use this if you are using an ARM device (like a Raspberry Pi)
|
* ``armhf``: ARM 32-Bit, use this if you are using an ARM device (like a Raspberry Pi).
|
||||||
* ``arm64``: ARM 64-Bit, ``armhf`` but for 64-bit devices
|
* ``arm64``: ARM 64-Bit, ``armhf`` but for 64-bit devices.
|
||||||
|
|
||||||
|
## Running
|
||||||
|
Follow [these](https://docs.appimage.org/introduction/quickstart.html#how-to-run-an-appimage) instructions.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Documentation
|
# Documentation
|
||||||
* [View Manual Installation](INSTALL.md)
|
* [View Installation](INSTALL.md)
|
||||||
* [View Overriding Assets](OVERRIDING_ASSETS.md)
|
* [View Overriding Assets](OVERRIDING_ASSETS.md)
|
||||||
* [View Dedicated Server](DEDICATED_SERVER.md)
|
* [View Dedicated Server](DEDICATED_SERVER.md)
|
||||||
* [View Credits](CREDITS.md)
|
* [View Credits](CREDITS.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user