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

44 lines
1.2 KiB
Markdown
Raw Normal View History

2015-02-17 10:52:16 +01:00
Morse Converter
===============
A writtenMorse and normal morse code converter.
2015-03-08 11:46:44 +01:00
A detailed description about this program can be found on http://marcel-kapfer.de/writtenmorse.
2015-02-17 10:52:16 +01:00
2015-03-08 11:44:03 +01:00
## Content
- [Contribute](#contribute)
- [Trello Board](#trello-board)
- [Packages](#packages)
- [Linux](#linux)
2015-06-02 17:32:03 +02:00
- [ubuntu](#ubuntu)
2015-03-08 11:44:03 +01:00
2015-02-17 10:52:16 +01:00
## Contribute
2015-06-02 17:32:03 +02:00
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**
2015-02-17 10:52:16 +01:00
2015-06-02 17:32:03 +02:00
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).
2015-02-17 10:52:16 +01:00
2015-06-02 17:32:03 +02:00
You should also check out the issues and the Trello board.
2015-02-17 10:52:16 +01:00
## Trello Board
[Feature & Development Board](https://trello.com/b/OUoy2iHg/morse-computer)
2015-03-08 11:38:54 +01:00
## Packages
### Linux
2015-06-02 17:32:03 +02:00
#### Ubuntu
2015-03-08 11:38:54 +01:00
2015-06-02 17:32:03 +02:00
I created an Ubuntu repository for the app. You can use it by running the following lines:
2015-03-08 11:38:54 +01:00
``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)