Describe snap package strict confinement (#2050)

Closes #2049
This commit is contained in:
Joe Mooring 2023-04-09 12:22:25 -07:00 committed by GitHub
parent 1589bcdb7a
commit 6509159d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,18 @@ weight: 30
### Snap
[Snap] is a free and open source package manager for Linux. Available for [most distributions], Snap packages are simple to install and are automatically updated. This will install the extended edition of Hugo:
[Snap] is a free and open source package manager for Linux. Available for [most distributions], snap packages are simple to install and are automatically updated.
The Hugo snap package is [strictly confined]. Strictly confined snaps run in complete isolation, up to a minimal access level thats deemed always safe. The sites you create and build must be located within your home directory, or on removable media.
This will install the extended edition of Hugo:
```sh
sudo snap install hugo
```
[most distributions]: https://snapcraft.io/docs/installing-snapd
[strictly confined]: https://snapcraft.io/docs/snap-confinement
[Snap]: https://snapcraft.io/
{{% readfile file="/installation/common/homebrew.md" %}}