aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-11-20 15:00:39 -0600
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-11-20 15:00:39 -0600
commitd028778c1c132cf6691837ef5076f4dd5b5c5c82 (patch)
treeb8dbc79ea1d52252b6518661d1fe8c7978624011
parent326076c46cbdc7afc9bcc2df56aa0b95d174f927 (diff)
downloadwg2nd-d028778c1c132cf6691837ef5076f4dd5b5c5c82.tar.xz
wg2nd-d028778c1c132cf6691837ef5076f4dd5b5c5c82.zip
Add Issues & Contributions section
-rw-r--r--README.md7
-rw-r--r--src/main.cpp3
2 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index f41a5d8..93c6c06 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,13 @@ make
sudo make install
```
+Issues & Contributions
+----------------------
+
+Issues can be reported on the [GitHub mirror](https://github.com/flu0r1ne/wg2nd). Pull requests are welcome
+and can be submitted on [GitHub](https://github.com/flu0r1ne/wg2nd). Alternatively, you can send patches via
+[email](mailto:flu0r1ne@flu0r1ne.net). If you contribute, your name will be added to the contributors list.
+
Example Usage
-------------
diff --git a/src/main.cpp b/src/main.cpp
index e685e10..8ae37eb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -421,9 +421,6 @@ static int wg2nd_install(char const * prog, int argc, char **argv) {
return 0;
}
-// The main function remains the same as before
-
-
int main(int argc, char **argv) {
char const * prog = "wg2nd";