aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-03 21:39:41 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-03 21:39:41 +0200
commit2533114fcc0fbfa3f3ee3c756892fec39fd547a4 (patch)
treedc7f32560abc0e82497afd9bfab19926fd7f1b98
parent6d2226c69846d220f81c265708dbac7f5e99f934 (diff)
downloadmessenger-gtk-2533114fcc0fbfa3f3ee3c756892fec39fd547a4.tar.gz
messenger-gtk-2533114fcc0fbfa3f3ee3c756892fec39fd547a4.zip
Corrected authors list and added contribution part to README.md
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--AUTHORS1
-rw-r--r--README.md12
2 files changed, 12 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 3bff6be..cffc383 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
1Tobias Frisch <thejackimonster@gmail.com> 1Tobias Frisch <thejackimonster@gmail.com>
2Marcos Marado <mindboosternoori@gmail.com>
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).