Update README.md

This commit is contained in:
adrienmalin 2019-03-06 12:03:48 +01:00 committed by GitHub
parent 0e04755f38
commit 575472af8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
# Terminis
Tetris clone for terminal. Ideal for servers without GUI!
## Install
## Requirements
[Python 2 or 3](https://www.python.org/)
## Installation
```bash
pip install --user terminis
@ -15,4 +19,4 @@ terminis [options]
* --help: show command usage (this message)
* --edit: edit controls in text editor
* --reset: reset to default controls settings
* --level=n: start at level n (integer between 1 and 15)
* --level=n: start at level n (integer between 1 and 15)