Skip to content

Commit f27fc5e

Browse files
committed
README: note we have both python and shell implementations
1 parent 878bd86 commit f27fc5e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ metadata about the package for which the binary was compiled.
99
See [Package Metadata for Core Files](https://systemd.io/COREDUMP_PACKAGE_METADATA/)
1010
for the overview and details.
1111

12+
We provide implementations in Python and POSIX shell, with compatible CLI
13+
interfaces.
14+
1215
## Requirements
1316

17+
### generate-package-notes.py
18+
1419
* python3 (>= 3.5)
1520
* python3-simplejson
16-
* binutils (>= 2.38)
21+
* binutils (>= 2.38) [--readonly true]
22+
23+
### generate-package-notes.sh
24+
25+
* POSIX shell
26+
* binutils (>= 2.38) [--readonly true]

0 commit comments

Comments
 (0)