Add note for possible installation method for Arch Linux

This commit is contained in:
Jose Riha 2019-06-05 20:54:20 +02:00
parent 8f506c37ba
commit b11f6265c2

View file

@ -24,6 +24,8 @@ cd tetris
stack install tetris stack install tetris
``` ```
Arch Linux users may install from [AUR](https://aur.archlinux.org/packages/tetris-terminal-git/).
#### install via dex #### install via dex
[dex](https://github.com/dockerland/dex) is a really cool application manager that lets you run executables as docker images, so that you don't need to worry about installing them or their dependencies directly. [dex](https://github.com/dockerland/dex) is a really cool application manager that lets you run executables as docker images, so that you don't need to worry about installing them or their dependencies directly.
```bash ```bash