From c2fb804281c16dce6ba8e968cff420d2592ea703 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 8 Mar 2020 12:16:48 +0100 Subject: [PATCH] fixed some mistakes --- docs/Readme.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/Readme.md b/docs/Readme.md index ca831149..c292040d 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -31,20 +31,24 @@ This script includes an autoupdate feature which checks if changes to the script Replace $jailname with the name of the jail you want to install. For supported jails, please see this readme or config.yml.example +- First: CD into the directory you downloaded jailman into (see above) +example: +`cd /root/jailman` + - Install: -`jailman.sh -i $jailname` +`./jailman.sh -i $jailname` Example: -`jailman.sh -i sonarr` +`./jailman.sh -i sonarr` - ReInstall: -`jailman.sh -r $jailname` +`./jailman.sh -r $jailname` Example: -`jailman.sh -r sonarr` +`./jailman.sh -r sonarr` - Destroy -`jailman.sh -d $jailname` +`./jailman.sh -d $jailname` Example: -`jailman.sh -d sonarr` +`./jailman.sh -d sonarr` You can also do multiple jails in one pass: Example: