[README.md] "Getting started" wiki page added.

This commit is contained in:
Quentin Bazin 2020-03-05 15:22:22 +01:00
parent 63c3313e32
commit b31b146547

View File

@ -7,8 +7,8 @@
[![Donate](https://img.shields.io/badge/donate-paypal-brightgreen.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66DH462V7TA6N&source=url)
- [Project goal](#project-goal)
- [Keys](#keys)
- [Wiki](#wiki)
- [Keys](#keys)
- [How to compile](#how-to-compile)
- [Discussion](#discussion)
- [Project status](#project-status)
@ -20,6 +20,11 @@
The long-term goal of this project is to provide a viable alternative to Minecraft modding.
## Wiki
- [Getting started](https://github.com/Unarelith/OpenMiner/wiki/Getting-Started)
- [Lua API Overview](https://github.com/Unarelith/OpenMiner/wiki/Lua-API-Overview)
## Keys
- Movement: <kbd>W</kbd><kbd>A</kbd><kbd>S</kbd><kbd>D</kbd>
@ -33,10 +38,6 @@ The long-term goal of this project is to provide a viable alternative to Minecra
- Debug: <kbd>F3</kbd>
- Fullscreen: <kbd>F11</kbd>
## Wiki
- [Lua API Overview](https://github.com/Unarelith/OpenMiner/wiki/Lua-API-Overview)
## How to compile
### Using Linux