Update README.md

This commit is contained in:
Matthias Braun 2022-10-21 19:35:11 +02:00 committed by Richard Hughes
parent c837491344
commit 0f42a5a152

View File

@ -6,7 +6,7 @@
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/fwupd.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:fwupd) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/fwupd.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:fwupd)
[![CircleCI](https://circleci.com/gh/fwupd/fwupd/tree/main.svg?style=svg)](https://circleci.com/gh/fwupd/fwupd/tree/main) [![CircleCI](https://circleci.com/gh/fwupd/fwupd/tree/main.svg?style=svg)](https://circleci.com/gh/fwupd/fwupd/tree/main)
This project aims to make updating firmware on Linux automatic, safe and reliable. This project aims to make updating firmware on Linux automatic, safe, and reliable.
Additional information is available [at the website](https://fwupd.org/). Additional information is available [at the website](https://fwupd.org/).
@ -19,9 +19,9 @@ Additional information is available [at the website](https://fwupd.org/).
## Compiling ## Compiling
The most up to date compilation instructions are available in the [Wiki](https://github.com/fwupd/fwupd/wiki/Compilation). The most up-to-date compilation instructions are available in the [Wiki](https://github.com/fwupd/fwupd/wiki/Compilation).
**NOTE:** In most cases end users should never compile fwupd from scratch; it's a **NOTE:** In most cases, end users should never compile fwupd from scratch; it's a
complicated project with dozens of dependencies (and as many configuration options) complicated project with dozens of dependencies (and as many configuration options)
and there's just too many things that can go wrong. and there's just too many things that can go wrong.
@ -49,7 +49,7 @@ capsule in the hardware vendors section of the [fwupd website](https://fwupd.org
## Basic usage flow (command line) ## Basic usage flow (command line)
If you have a device with firmware supported by fwupd, this is how you will check If you have a device with firmware supported by fwupd, this is how you can check
for updates and apply them using fwupd's command line tools. for updates and apply them using fwupd's command line tools.
`# fwupdmgr get-devices` `# fwupdmgr get-devices`
@ -83,7 +83,7 @@ process efficacy.
The privacy policy regarding this data can be viewed on the [fwupd website](https://fwupd.org/privacy). The privacy policy regarding this data can be viewed on the [fwupd website](https://fwupd.org/privacy).
To report the status of an update run: To report the status of an update, run:
`# fwupdmgr report-history` `# fwupdmgr report-history`
@ -98,7 +98,7 @@ to only firmware that have been tested specifically in your organization.
The list of approved updates can be enabled by adding `ApprovalRequired=true` The list of approved updates can be enabled by adding `ApprovalRequired=true`
to the remote configuration file, e.g. `lvfs.conf`. Once enabled, the to the remote configuration file, e.g. `lvfs.conf`. Once enabled, the
list of approved updates can be set in `daemon.conf` using a comma delimited list. list of approved updates can be set in `daemon.conf` using a comma-delimited list.
For example: For example:
@ -168,7 +168,7 @@ This then appears when getting the releases for that specific GUID:
1. [GNOME Software](https://wiki.gnome.org/Apps/Software) is the graphical 1. [GNOME Software](https://wiki.gnome.org/Apps/Software) is the graphical
frontend available. When compiled with firmware support, it will check for frontend available. When compiled with firmware support, it will check for
updates periodically and automatically download firmware in the background. updates periodically and automatically download firmware in the background.
After the firmware has been downloaded a popup will be displayed in GNOME After the firmware has been downloaded, a popup will be displayed in GNOME
Software to perform the update. Software to perform the update.
2. [KDE Discover](https://userbase.kde.org/Discover) is the software center, 2. [KDE Discover](https://userbase.kde.org/Discover) is the software center,