From dff2f9ab10d1641beb495ca6cf07720e17256085 Mon Sep 17 00:00:00 2001 From: Kioubit Date: Sun, 9 Jan 2022 08:44:05 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4632de6..be09e71 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,18 @@ pndpd config pndpd responder pndpd proxy ```` -More options and additional documentation in the example config file (``pndpd.conf ``). +More options and additional documentation in the example config file (``pndpd.conf``). ## Developing ### Building -For building, the version of go needs to be installed that is specified in the go.mod file. A makefile is available. Optionally adjust the modules variable to include/exclude modules from the modules directory. +For building, the version of go needs to be installed that is specified in the go.mod file. A makefile is available. Optionally adjust the ``MODULES`` variable to include or exclude modules from the modules directory. ```` -make build -make release +make clean +make release-all ```` +Find the binaries in the ``bin/`` directory + ### Adding Modules It is easy to add functionality to PNDPD. For additions outside the core functionality you only need to keep the following methods in mind: ````