Updated text

This commit is contained in:
Marcel Kapfer 2015-03-08 11:38:54 +01:00
parent 16e34b316d
commit eb8504837e
1 changed files with 14 additions and 0 deletions

View File

@ -17,3 +17,17 @@ You can also check out the issues and the Trello board.
## Trello Board
[Feature & Development Board](https://trello.com/b/OUoy2iHg/morse-computer)
## Packages
### Linux
#### Debian based
I created a .deb package for Debian based systems. You can download the .deb file from the releases page or by executing the following lines (Ubuntu-based only):
``sudo apt-add-repository ppa:mmk2410/morse-converter``
``sudo apt-get update``
``sudo apt-get install morse-converter``
[Launchpad](https://launchpad.net/~mmk2410/+archive/ubuntu/morse-converter)