aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";