aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--README.md4
2 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 0d6fab91e..ac520da06 100644
--- a/README
+++ b/README
@@ -15,6 +15,17 @@ Documentation and support: https://firejail.wordpress.com/
15Development: https://github.com/netblue30/firejail 15Development: https://github.com/netblue30/firejail
16License: GPL v2 16License: GPL v2
17 17
18Compile and install
19
20$ git clone https://github.com/netblue30/firejail.git
21$ cd firejail
22$ ./configure && make && sudo make install-strip
23
24On Debian/Ubuntu you will need to install git and a compiler:
25
26$ sudo apt-get install build-essential
27
28
18Firejail Authors: 29Firejail Authors:
19 30
20netblue30 (netblue30@yahoo.com) 31netblue30 (netblue30@yahoo.com)
@@ -86,6 +97,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
86 - uudeview profile fix 97 - uudeview profile fix
87 - fixed palemoon and qbittorrent profiles 98 - fixed palemoon and qbittorrent profiles
88 - compile/install scripts for --git-install/--git-uninstall commands 99 - compile/install scripts for --git-install/--git-uninstall commands
100 - tighten keepassx
89valoq (https://github.com/valoq) 101valoq (https://github.com/valoq)
90 - lots of profile fixes 102 - lots of profile fixes
91 - added support for /srv in --whitelist feature 103 - added support for /srv in --whitelist feature
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