README: note how to build apps, docs and run the tests

This commit is contained in:
Ariadne Conill 2020-07-24 07:17:18 -06:00
parent 713d5071d5
commit 6d1c67ed38

View file

@ -24,5 +24,11 @@ For compatibility with some legacy ifupdown executors, we also provide the
* ifupdown-ng retains compatibility with /etc/network/if-X.d scripts, but will * ifupdown-ng retains compatibility with /etc/network/if-X.d scripts, but will
prefer using executors in /usr/libexec/ifupdown-ng where appropriate. prefer using executors in /usr/libexec/ifupdown-ng where appropriate.
This package is planned to replace BusyBox ifupdown in Alpine at some point in ## Building
the future.
Simply do `make` and `make install` to build and install.
To run the tests, do `make check`.
To build the documentation, do `make docs` and `make install_docs`. Building
the documentation requires scdoc (`apk add scdoc`).