Updated README.md to include fwupdmgr related changes.

This commit is contained in:
Andrew Schott 2024-12-11 12:35:30 -06:00
parent 925673811d
commit 00f8297b1c
2 changed files with 239 additions and 1 deletions

View file

@ -57,7 +57,7 @@ Trusted contributors will count as a passed/failed contributor test.
|OTHER TOOLS|PERSONALLY TESTED|CONTRIBUTOR TESTED|
| :-- | :-- | :-- |
|Python via pip-review|yes|no|
|Firmware via fwupdmgr|yes|no|
## **COMPILATION**
In the repo there is a build script that will build things for you. To do so follow the instructions below to setup your build environment. You can also use __**cargo**__ to build and install as well, but again, the build environment will need to be setup.
@ -192,6 +192,8 @@ or
* distrobox
* podman
* **Firmware**
* firmware (via fwupdmgr)
## **NOTES**
During testing via distrobox, pip-review will fail if the host python version is not the same as the container. The tool will find the pip-review package, but be unable to execute due to a version mismatch.