Skip to content

Commit

Permalink
docs: make "Optional dependencies:" a section
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tomeon committed Nov 6, 2023
1 parent 3ecd108 commit 57e2892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This script requires:
`ip` command).
- [systemd](https://systemd.io/) (for the `busctl` and `resolvectl` commands).

Optional dependencies:
### Optional dependencies:

### IP Parsing and Validation
#### IP Parsing and Validation

- [`python`](https://python.org), **or**
- [`sipcalc`](https://github.com/sii/sipcalc).
Expand All @@ -38,15 +38,15 @@ Bash routines for this.
`systemd-resolved`'s `org.freedesktop.resolve1.Manager` D-Bus
interface][resolved]).

### Logging
#### Logging

- [util-linux](https://en.wikipedia.org/wiki/Util-linux)

If available, the `logger` command included in the `util-linux` distribution
will be used for logging. Otherwise, all logs will go to standard error using
Bash's `printf` builtin.

### Polkit Rules Generation
#### Polkit Rules Generation

- [`jq`](https://jqlang.github.io/jq/), **or**
- [`perl`](https://www.perl.org/), **or**
Expand Down

0 comments on commit 57e2892

Please sign in to comment.