43 lines
1.2 KiB
Markdown
43 lines
1.2 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/writtenmorse.
|
|
|
|
## Content
|
|
- [Contribute](#contribute)
|
|
- [Trello Board](#trello-board)
|
|
- [Packages](#packages)
|
|
- [Linux](#linux)
|
|
- [ubuntu](#ubuntu)
|
|
|
|
## Contribute
|
|
|
|
1. Fork it
|
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
5. **Create New Pull Request**
|
|
|
|
Feel free to 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 should also check out the issues and the Trello board.
|
|
|
|
## Trello Board
|
|
|
|
[Feature & Development Board](https://trello.com/b/OUoy2iHg/morse-computer)
|
|
|
|
## Packages
|
|
### Linux
|
|
#### Ubuntu
|
|
|
|
I created an Ubuntu repository for the app. You can use it by running the following lines:
|
|
|
|
``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)
|