aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 19:34:04 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 13:51:25 -0300
commit82eecd4c78c1b0c8097ec165fd9af3dea1a9d859 (patch)
treec79e8b2f72810de253c7e5061c05d5e748f2314c /README.md
parentdocs: clarify and improve links and items (diff)
downloadfirejail-82eecd4c78c1b0c8097ec165fd9af3dea1a9d859.tar.gz
firejail-82eecd4c78c1b0c8097ec165fd9af3dea1a9d859.tar.zst
firejail-82eecd4c78c1b0c8097ec165fd9af3dea1a9d859.zip
docs: fix misc texts/formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index a157651c3..ab8cca261 100644
--- a/README.md
+++ b/README.md
@@ -139,8 +139,8 @@ cd firejail
139./configure && make && sudo make install-strip 139./configure && make && sudo make install-strip
140``` 140```
141 141
142On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor 142On Debian/Ubuntu you will need to install git and gcc. AppArmor development
143development libraries and pkg-config are required when using `--enable-apparmor` 143libraries and pkg-config are required when using the `--enable-apparmor`
144./configure option: 144./configure option:
145 145
146```sh 146```sh
@@ -186,9 +186,12 @@ The first command solves some shared memory/PID namespace bugs in PulseAudio sof
186The second command integrates Firejail into your desktop. You would need to logout and login back to apply 186The second command integrates Firejail into your desktop. You would need to logout and login back to apply
187PulseAudio changes. 187PulseAudio changes.
188 188
189Start your programs the way you are used to: desktop manager menus, file manager, desktop launchers. 189Start your programs the way you are used to: desktop manager menus, file
190The integration applies to any program supported by default by Firejail. There are about 250 default applications 190manager, desktop launchers.
191in current Firejail version, and the number goes up with every new release. 191
192The integration applies to any program supported by default by Firejail.
193There are over 900 default applications in the current Firejail version, and
194the number goes up with every new release.
192 195
193We keep the application list in 196We keep the application list in
194[src/firecfg/firecfg.config](src/firecfg/firecfg.config) 197[src/firecfg/firecfg.config](src/firecfg/firecfg.config)