Improve Docs
This commit is contained in:
parent
16f919d147
commit
0723fb1894
@ -15,7 +15,7 @@
|
||||
* Non-ARM Host Architectures
|
||||
* QEMU User-Mode
|
||||
* Host Architecture Dependencies
|
||||
* CLient Mode Only
|
||||
* Client Mode Only
|
||||
* OpenGL ES 1.1
|
||||
* GLFW
|
||||
* FreeImage
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
**2.3.5**
|
||||
* Rename Some Feature Flags
|
||||
* Renamed Some Feature Flags
|
||||
* Add `Improved Title Background` Feature Flag (Enabled By Default)
|
||||
* Non-Touch GUI Rework
|
||||
* Make `Full Touch GUI` Feature Flag Disabled By Default
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Manual Installation
|
||||
[Download Packages Here](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/)
|
||||
# Installation
|
||||
Download packages [here](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/).
|
||||
|
||||
## Picking A Package
|
||||
|
||||
@ -9,10 +9,13 @@ minecraft-pi-reborn-<Variant>_X.Y.Z_<Architecture>
|
||||
```
|
||||
|
||||
### Picking A Variant
|
||||
* ``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
|
||||
* ``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.
|
||||
|
||||
### Picking An Architecture
|
||||
* ``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)
|
||||
* ``arm64``: ARM 64-Bit, ``armhf`` but for 64-bit devices
|
||||
* ``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).
|
||||
* ``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
|
||||
* [View Manual Installation](INSTALL.md)
|
||||
* [View Installation](INSTALL.md)
|
||||
* [View Overriding Assets](OVERRIDING_ASSETS.md)
|
||||
* [View Dedicated Server](DEDICATED_SERVER.md)
|
||||
* [View Credits](CREDITS.md)
|
||||
|
Loading…
Reference in New Issue
Block a user