Parcourir la source

Update readme.md

added code blocks
Deben Oldert il y a 11 ans
Parent
commit
f4c4b4b290
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      captiveportal/firewall/readme.md

+ 3 - 3
captiveportal/firewall/readme.md

@@ -1,6 +1,6 @@
 <h1>HOW TO USE</h1>
 Place the 2 files in the same folder (I recommend the root folder "/")
-You can initialize the script by typing: bash /rules.sh initialize
-You can grand an ip access to the internet by typing: bash rules.sh grand XXX.XXX.XXX.XXX (The ip adrress)
+You can initialize the script by typing: ```bash /rules.sh initialize```
+You can grand an ip access to the internet by typing: ```bash rules.sh grand XXX.XXX.XXX.XXX``` (The ip adrress)
 If you want the script to run at system stratup edit the /etc/rc.local and add <strong>before</strong> "exit 0" this code:<br>
-'''bash /rules.sh initialize'''
+```bash /rules.sh initialize```