aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 4d488dbae..55edc0ebe 100644
--- a/README
+++ b/README
@@ -23,9 +23,11 @@ $ git clone https://github.com/netblue30/firejail.git
23$ cd firejail 23$ cd firejail
24$ ./configure && make && sudo make install-strip 24$ ./configure && make && sudo make install-strip
25 25
26On Debian/Ubuntu you will need to install git and a compiler: 26On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
27development libraries and pkg-config are required when using --apparmor
28./configure option:
27 29
28$ sudo apt-get install build-essential 30$ sudo apt-get install git build-essential libapparmor-dev pkg-config
29 31
30 32
31 33