From eb8504837ea6493c660903fcb5bac87897d3f25f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 8 Mar 2015 11:38:54 +0100 Subject: [PATCH] Updated text --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 148ed04..f90679d 100644 --- a/README.md +++ b/README.md @@ -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)