This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter/README.md
2015-03-08 11:44:03 +01:00

41 lines
1.1 KiB
Markdown

Morse Converter
===============
A writtenMorse and normal morse code converter.
A detailed description about this program can be found on http://marcel-kapfer.de/projects/morse/.
## Content
- [Contribute](#contribute)
- [Trello Board](#trello-board)
- [Packages](#packages)
- [Linux](#linux)
- [Debian based](#debian-based)
## Contribute
Feel free to contribute any time. Just fork it and create a pull request.
You can always write me a mail at marcelmichaelkapfer@yahoo.co.nz or contact me on [Google+](https://plus.google.com/+MarcelMichaelKapfer) or [Twitter](https://twitter.com/MarcelKapfer).
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)