Update README.md

This commit is contained in:
Kioubit 2022-01-09 08:44:05 -05:00
parent 49c6c333e9
commit dff2f9ab10

View File

@ -35,11 +35,13 @@ More options and additional documentation in the example config file (``pndpd.co
## Developing ## Developing
### Building ### 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 clean
make release make release-all
```` ````
Find the binaries in the ``bin/`` directory
### Adding Modules ### 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: It is easy to add functionality to PNDPD. For additions outside the core functionality you only need to keep the following methods in mind:
```` ````