Merge pull request #8 from jose1711/master

Add note for possible installation method for Arch Linux
This commit is contained in:
Sam Tay 2019-06-05 18:26:37 -04:00 committed by GitHub
commit 5792c83a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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