diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-20 15:00:39 -0600 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-20 15:00:39 -0600 |
commit | d028778c1c132cf6691837ef5076f4dd5b5c5c82 (patch) | |
tree | b8dbc79ea1d52252b6518661d1fe8c7978624011 | |
parent | 326076c46cbdc7afc9bcc2df56aa0b95d174f927 (diff) | |
download | wg2nd-d028778c1c132cf6691837ef5076f4dd5b5c5c82.tar.xz wg2nd-d028778c1c132cf6691837ef5076f4dd5b5c5c82.zip |
Add Issues & Contributions section
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | src/main.cpp | 3 |
2 files changed, 7 insertions, 3 deletions
@@ -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"; |