summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..bb81194
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,17 @@
+======================================================================
+ JAILUTILS INSTALL
+
+
+This software only works with FreeBSD jails. It should be installed
+on the host system.
+
+
+QUICK INSTALLATION:
+ # tar -zxvf jailutils-0.5.4.tar.gz
+ # ./configure
+ # make && make install
+
+
+This installs the commands killjails and jails on your system, probably
+in /usr/local/sbin. See the man pages for more detailed info.
+