Add link to Arch installation instructions on main page

Tom Smeding 2017-12-31 22:33:14 +01:00
parent d5011007ad
commit f12de2017b

@ -6,6 +6,7 @@ Make sure to join the [Slack chat](https://join.slack.com/t/muchassemblyrequired
- [Basic Assembly tutorial](https://github.com/simon987/Much-Assembly-Required/wiki/Basic-Assembly-tutorial) - [Basic Assembly tutorial](https://github.com/simon987/Much-Assembly-Required/wiki/Basic-Assembly-tutorial)
- [Assembly program examples](https://github.com/simon987/Much-Assembly-Required/wiki/Assembly-program-examples) - [Assembly program examples](https://github.com/simon987/Much-Assembly-Required/wiki/Assembly-program-examples)
## Game documentation ## Game documentation
### Assembly language ### Assembly language
@ -28,7 +29,6 @@ Make sure to join the [Slack chat](https://join.slack.com/t/muchassemblyrequired
- [Universal Com Port](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Universal-Com-Port) - [Universal Com Port](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Universal-Com-Port)
- [Radio Receiver](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Radio-Receiver) - [Radio Receiver](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Radio-Receiver)
### Game universe ### Game universe
- [Game universe](https://github.com/simon987/Much-Assembly-Required/wiki/Game-Universe) - [Game universe](https://github.com/simon987/Much-Assembly-Required/wiki/Game-Universe)
- [World](https://github.com/simon987/Much-Assembly-Required/wiki/World) - [World](https://github.com/simon987/Much-Assembly-Required/wiki/World)
@ -37,3 +37,10 @@ Make sure to join the [Slack chat](https://join.slack.com/t/muchassemblyrequired
- [NPC Factory](https://github.com/simon987/Much-Assembly-Required/wiki/NPC-Factory) - [NPC Factory](https://github.com/simon987/Much-Assembly-Required/wiki/NPC-Factory)
- [Non Player Character (NPC)](https://github.com/simon987/Much-Assembly-Required/wiki/Non-Player-Character-(NPC)) - [Non Player Character (NPC)](https://github.com/simon987/Much-Assembly-Required/wiki/Non-Player-Character-(NPC))
- [Items](https://github.com/simon987/Much-Assembly-Required/wiki/Items) - [Items](https://github.com/simon987/Much-Assembly-Required/wiki/Items)
## Installation
Installation instructions are work-in-progress, and might become outdated. Nevertheless, here is what is written up.
- [Installation instructions for Arch Linux](https://github.com/simon987/Much-Assembly-Required/wiki/Installation:-Arch-Linux)