Updated README
This commit is contained in:
parent
3682719efa
commit
76e17e164a
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -1,12 +1,12 @@
|
||||||
# Morse Converter (Desktop Client)
|
# Morse Converter (Desktop Client)
|
||||||
|
|
||||||
A writtenMorse and normal morse code converter.
|
A writtenMorse and normal Morse code converter.
|
||||||
A detailed description about this program can be found on [marcel-kapfer.de/writtenmorse](https://marcel-kapfer.de/writtenmorse).
|
A detailed description about this program can be found on the [GitLab Wiki](https://gitlab.com/mmk2410/writtenmorse-specs/wikis/Home).
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- including 2.0: Java 6 or higher
|
* 2.0 or later: Java 8 or higher
|
||||||
- after 2.0: Java 8 or higher
|
- 2.0 or earlier: Java 6 or higher
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -16,13 +16,9 @@ A detailed description about this program can be found on [marcel-kapfer.de/writ
|
||||||
3. Add yourself to the CONTRIBUTORS file
|
3. Add yourself to the CONTRIBUTORS file
|
||||||
4. Commit your changes (`git commit -am 'Add some feature'`)
|
4. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
5. Push to your branch (`git push origin my-new-feature`)
|
5. Push to your branch (`git push origin my-new-feature`)
|
||||||
6. Create a new pull request
|
6. Create a new merge request
|
||||||
|
|
||||||
If you have any questions feel free to contact me at [marcelmichaelkapfer@yahoo.co.nz](mailto:marcelmichaelkapfer@yahoo.co.nz), [Google+](https://plus.google.com/+MarcelMichaelKapfer), [Twitter](https://twitter.com/mmk2410), [GNUsocial](https://social.mmk2410.org/mmk2410), in a room at [phab.mmk2410.org](https://phab.mmk2410.org) or join the party at [irc.mmk2410.org](irc://irc.mmk2410.org).
|
If you have any questions feel free to write me a mail at [me@mmk2410.org](mailto:me@mmk2410.org) or contact me on [Twitter](https://twitter.com/mmk2410). If your question is more general, don't hesitate to create an issue.
|
||||||
|
|
||||||
If you want to contribute code to this project check if your additions match with the [Google Java Coding Guide](https://google.github.io/styleguide/javaguide.html) (you can download the XML file at [https://github.com/google/styleguide](https://github.com/google/styleguide)).
|
|
||||||
|
|
||||||
The repository is at [gitlab.com/mmk2410/mmk2410.org](https://gitlab.com/mmk2410/mmk2410.org) and the bug tracker [phab.mmk2410.org/maniphest](https://phab.mmk2410.org/maniphest).
|
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
|
@ -41,3 +37,7 @@ sudo apt-get install morse-converter
|
||||||
```
|
```
|
||||||
|
|
||||||
View this package repository at [Launchpad](https://launchpad.net/~mmk2410/+archive/ubuntu/morse-converter).
|
View this package repository at [Launchpad](https://launchpad.net/~mmk2410/+archive/ubuntu/morse-converter).
|
||||||
|
|
||||||
|
#### Debian
|
||||||
|
|
||||||
|
You can use the Ubuntu packages (or even the repository) with Debian.
|
||||||
|
|
Reference in a new issue