aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index b18e230..e03c6d1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# messenger-gtk 1# Messenger-GTK
2 2
3A GTK based GUI for the Messenger service of GNUnet. 3A GTK based GUI for the Messenger service of GNUnet.
4 4
@@ -48,3 +48,13 @@ Then you can simply use the provided Makefile as follows:
48 - `make debug` to compile everything with debug parameters 48 - `make debug` to compile everything with debug parameters
49 - `make release` to compile everything with build optimizations enabled 49 - `make release` to compile everything with build optimizations enabled
50 - `make install` to install the compiled files (you might need sudo permissions to install) 50 - `make install` to install the compiled files (you might need sudo permissions to install)
51
52## Contribution
53
54If you want to contribute to this project as well, the following options are available:
55
56 * Contribute directly to the [source code](https://git.gnunet.org/messenger-gtk.git/) with patches to fix issues, implement new features or improve the usability.
57 * Open issues in the [bug tracker](https://bugs.gnunet.org/bug_report_page.php) to report bugs, issues or missing features.
58 * Contact the authors of the software if you need any help to contribute (testing is always an option).
59
60The list of all previous authors can be viewed in the provided [file](AUTHORS).