We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878bd86 commit f27fc5eCopy full SHA for f27fc5e
1 file changed
README.md
@@ -9,8 +9,18 @@ metadata about the package for which the binary was compiled.
9
See [Package Metadata for Core Files](https://systemd.io/COREDUMP_PACKAGE_METADATA/)
10
for the overview and details.
11
12
+We provide implementations in Python and POSIX shell, with compatible CLI
13
+interfaces.
14
+
15
## Requirements
16
17
+### generate-package-notes.py
18
19
* python3 (>= 3.5)
20
* python3-simplejson
-* binutils (>= 2.38)
21
+* binutils (>= 2.38) [--readonly true]
22
23
+### generate-package-notes.sh
24
25
+* POSIX shell
26
0 commit comments