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)