From b11f6265c2b13395ed1e4ffb2af2fb956fc043db Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Wed, 5 Jun 2019 20:54:20 +0200 Subject: [PATCH] Add note for possible installation method for Arch Linux --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a27e4fb..53f4218 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ cd tetris stack install tetris ``` +Arch Linux users may install from [AUR](https://aur.archlinux.org/packages/tetris-terminal-git/). + #### 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. ```bash