aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 05:30:48 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 12:48:36 -0300
commit6eca8eb99a6d8e919699546b04e5a054c1c67a7e (patch)
tree4d2e87c40987bed8324011f0735054005d2216e5 /README.md
parentREADME.md: update SourceForge link to GitHub Releases (diff)
downloadfirejail-6eca8eb99a6d8e919699546b04e5a054c1c67a7e.tar.gz
firejail-6eca8eb99a6d8e919699546b04e5a054c1c67a7e.tar.zst
firejail-6eca8eb99a6d8e919699546b04e5a054c1c67a7e.zip
README.md: add full repology list inside details tag
And clarify the distribution installation steps.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43ec3dcbc..d9126abb4 100644
--- a/README.md
+++ b/README.md
@@ -110,9 +110,27 @@ See the following discussions for details:
110 110
111### Other 111### Other
112 112
113Firejail is included in a large number of Linux distributions. 113Firejail is available in multiple Linux distributions:
114 114
115You can also install one of the [released packages](https://github.com/netblue30/firejail/releases), or clone Firejail's source code from our Git repository and compile manually: 115<details>
116<summary>Repology</summary>
117<p>
118
119[![Packaging status (Repology)](https://repology.org/badge/vertical-allrepos/firejail.svg)](https://repology.org/project/firejail/versions)
120
121</p>
122</details>
123
124Other than the [aforementioned exceptions](#installing), as long as your
125distribution provides a [supported version](SECURITY.md) of firejail, it's
126generally a good idea to install it from the distribution.
127
128The version can be checked with `firejail --version` after installing.
129
130You can also install one of the [released
131packages](https://github.com/netblue30/firejail/releases).
132
133Or clone the source code from our git repository and build manually:
116 134
117```sh 135```sh
118git clone https://github.com/netblue30/firejail.git 136git clone https://github.com/netblue30/firejail.git