mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 09:14:40 +00:00
Add note to the README about not using Snap or Flatpak versions
Fixes https://github.com/fwupd/fwupd/issues/2543
This commit is contained in:
parent
27846c448a
commit
a805d68aab
17
README.md
17
README.md
@ -3,8 +3,6 @@ fwupd
|
||||
[](https://travis-ci.org/fwupd/fwupd)
|
||||
[](https://scan.coverity.com/projects/10744)
|
||||
|
||||
[](https://snapcraft.io/fwupd)
|
||||
|
||||
This project aims to make updating firmware on Linux automatic, safe and reliable.
|
||||
|
||||
Additional information is available at the website: https://fwupd.org/
|
||||
@ -13,6 +11,21 @@ Additional information is available at the website: https://fwupd.org/
|
||||
|
||||
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
|
||||
complicated project with dozens of dependencies (and as many configuration options)
|
||||
and there's just too many things that can go wrong.
|
||||
|
||||
Users should just have fwupd installed and updated by their distro, managed and
|
||||
tested by the package maintainer.
|
||||
The distribution will have also done some testing with how fwupd interacts with
|
||||
other software on your system, for instance using GNOME Software.
|
||||
|
||||
Installing fwupd using [Snap](https://github.com/fwupd/fwupd/wiki/fwupd-snap)
|
||||
or using [Flatpak](https://github.com/fwupd/fwupd/wiki/fwupd-flatpak) might be
|
||||
useful to update a specific device on the command line that needs a bleeding
|
||||
edge fwupd version, but it should not be considered as a replacement to the
|
||||
distro-provided system version.
|
||||
|
||||
LVFS
|
||||
----
|
||||
This project is configured by default to download firmware from the [Linux Vendor
|
||||
|
Loading…
Reference in New Issue
Block a user