Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k-vernooy authored Dec 1, 2019
1 parent 35ab329 commit 429cd5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ My ascii/cli rendition of tetris. From Wikipedia:
<img src=docs/modern.gif style='margin-left:auto;margin-right:auto'>

## Installation

### Git:
If on linux, install libncurses-dev as dependency.
```bash
git clone 'https://github.com/k-vernooy/tetris' && cd tetris
make # if on linux, run 'make ubuntucompile' instead for proper characters
make install
sudo make install
```
### Homebrew:
```bash
Expand Down

0 comments on commit 429cd5c

Please sign in to comment.