aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index c62264385..96df50575 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,14 @@ GitLab-CI status: https://gitlab.com/Firejail/firejail_ci/pipelines/
75 75
76We take security bugs very seriously. If you believe you have found one, please report it by emailing us at netblue30@yahoo.com 76We take security bugs very seriously. If you believe you have found one, please report it by emailing us at netblue30@yahoo.com
77 77
78## Compile and install 78## Installing
79
80Try installing Firejail from your system packages first. Firejail is included in Alpine, ALT Linux, Arch, Chakra, Debian, Deepin, Devuan, Fedora, Gentoo, Manjaro, Mint, NixOS, Parabola, Parrot, PCLinuxOS, ROSA, Solus, Slackware/SlackBuilds, Trisquel, Ubuntu, Void and possibly others.
81
82The firejail 0.9.52-LTS version is deprecated. On Ubuntu 18.04 LTS users are advised to use the [PPA](https://launchpad.net/~deki/+archive/ubuntu/firejail). On Debian buster we recommend to use the [backports](https://packages.debian.org/buster-backports/firejail) package.
83
84You can also install one of the [released packages](http://sourceforge.net/projects/firejail/files/firejail), or clone Firejail’s source code from our Git repository and compile manually:
85
79````` 86`````
80$ git clone https://github.com/netblue30/firejail.git 87$ git clone https://github.com/netblue30/firejail.git
81$ cd firejail 88$ cd firejail
@@ -89,6 +96,8 @@ $ sudo apt-get install git build-essential libapparmor-dev pkg-config
89````` 96`````
90For --selinux option, add libselinux1-dev (libselinux-devel for Fedora). 97For --selinux option, add libselinux1-dev (libselinux-devel for Fedora).
91 98
99Detailed information on using firejail from git is available on the [wiki](https://github.com/netblue30/firejail/wiki/Using-firejail-from-git).
100
92## Running the sandbox 101## Running the sandbox
93 102
94To start the sandbox, prefix your command with “firejail”: 103To start the sandbox, prefix your command with “firejail”: