diff --git a/README.md b/README.md index 90e6945..e105bf6 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ A simple adblock dns server. Simplified version of [https://vlads.me/post/settin * wget and diff to compare files if required - ```shell + ```Console pkg install wget diffutils ``` * An empty or existing jail * Set jail mount point with JAILMOUNTPOINT variable of dnsmasq_jail.sh script. I don' t know if it would be better to pass mountpoint as an script input arg + ```Shell set JAILMOUNTPOINT = "/mnt/jails" ``` @@ -25,5 +26,8 @@ A simple adblock dns server. Simplified version of [https://vlads.me/post/settin **Use it** Just launch .sh script passing an existing jail name as argument -`./dnsmasq_jail.sh jailName` + +```console +./dnsmasq_jail.sh jailName +```