summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d2386a2b..df1a66226 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,10 @@ $ git clone https://github.com/netblue30/firejail.git
45$ cd firejail 45$ cd firejail
46$ ./configure && make && sudo make install-strip 46$ ./configure && make && sudo make install-strip
47````` 47`````
48On Debian/Ubuntu you will need to install git and a compiler:
49`````
50$ sudo apt-get install git build-essential
51`````
48 52
49## User submitted profile repositories 53## User submitted profile repositories
50 54