diff --git a/README.md b/README.md index 04e0d18ef9..ebd0b969c2 100644 --- a/README.md +++ b/README.md @@ -226,11 +226,11 @@ For further information about all of these options, please see [the CVE Binary T You can get a package list of all installed packages in -- a system using dpkg package manager by running `dpkg-query -W -f '${binary:Package}\n' > pkg-list` -- a system using pacman package manager by running `pacman -Qqe > pkg-list` -- a system using rpm package manager by running `rpm -qa --queryformat '%{NAME}\n' > pkg-list` +- a system using dpkg package manager by running `dpkg-query -W -f '${binary:Package}\n' > pkg-list.txt` +- a system using pacman package manager by running `pacman -Qqe > pkg-list.txt` +- a system using rpm package manager by running `rpm -qa --queryformat '%{NAME}\n' > pkg-list.txt` -in the terminal and provide it as an input by running `cve-bin-tool -L pkg-list` for a full package scan. +in the terminal and provide it as an input by running `cve-bin-tool -L pkg-list.txt` for a full package scan. ## Configuration