README: note how to build apps, docs and run the tests
This commit is contained in:
parent
713d5071d5
commit
6d1c67ed38
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -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`).
|
||||||
|
|
Loading…
Reference in a new issue