aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 04:26:59 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 13:52:11 -0300
commita516247a1c2715b98c8b6281cbd76d5399f51540 (patch)
tree41053cf10af48caa759768eac14ab209b6016bd0 /README
parentdocs: line-wrap some long lines (diff)
downloadfirejail-a516247a1c2715b98c8b6281cbd76d5399f51540.tar.gz
firejail-a516247a1c2715b98c8b6281cbd76d5399f51540.tar.zst
firejail-a516247a1c2715b98c8b6281cbd76d5399f51540.zip
docs: line-wrap markdown and use double-spacing
Use two spaces to separate sentences to make the source easier to read in monospace fonts (such as when editing or reviewing it), especially for longer paragraphs. The HTML output should still look the same. Misc: This also removes source-level ambiguity regarding abbreviations (such as "Mr.") vs the end of sentences and enables moving between sentences in vi with `(` and `)`, for example.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9833e078e..0d402a854 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Clementine, Rhythmbox, Totem, Deluge, qBittorrent, DeaDBeeF, Dropbox, Empathy,
8FileZilla, IceCat, Thunderbird/Icedove, Pidgin, Quassel, and XChat. 8FileZilla, IceCat, Thunderbird/Icedove, Pidgin, Quassel, and XChat.
9 9
10Firejail also expands the restricted shell facility found in bash by adding 10Firejail also expands the restricted shell facility found in bash by adding
11Linux namespace support. It supports sandboxing specific users upon login. 11Linux namespace support. It supports sandboxing specific users upon login.
12 12
13Download: https://sourceforge.net/projects/firejail/files/ 13Download: https://sourceforge.net/projects/firejail/files/
14Build and install: ./configure && make && sudo make install 14Build and install: ./configure && make && sudo make install
@@ -28,7 +28,7 @@ Compile and install the mainline version from GitHub:
28 cd firejail 28 cd firejail
29 ./configure && make && sudo make install-strip 29 ./configure && make && sudo make install-strip
30 30
31On Debian/Ubuntu you will need to install git and gcc. AppArmor development 31On Debian/Ubuntu you will need to install git and gcc. AppArmor development
32libraries and pkg-config are required when using the --enable-apparmor 32libraries and pkg-config are required when using the --enable-apparmor
33./configure option: 33./configure option:
34 34