summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiheb Bayouli2021-04-07 14:02:39 +0100
committerChiheb Bayouli2021-04-07 14:02:39 +0100
commite21574dc0d0d16df79365777460b1654423fb1b4 (patch)
treeb3239fbce5bb58fe8160f82d94ad8377d6c2aacc
parent98902225e22e5afbd777d83faf8a7710a00080ef (diff)
downloadaur-e21574dc0d0d16df79365777460b1654423fb1b4.tar.gz
UI improvement
-rwxr-xr-x.INSTALL40
1 files changed, 20 insertions, 20 deletions
diff --git a/.INSTALL b/.INSTALL
index e3abd72311c1..622b3a73f1c1 100755
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,31 +1,31 @@
post_install() {
cat <<EOF
- # Quick start:
+# Quick start:
- sudo gentor
+ sudo gentor
- # Options:
+# Options:
- -h, --help show this help message and exit
- -p, --privoxy Connecting to Tor with Privoxy - Enhance your privacy
- -s, --start Start connecting to Tor
- -x, --stop Stop connecting to Tor
- -r, --renew Renew the current Tor circuit
- -id COUNTRY ISO CODE Connect to Tor exit node of a specific country
- -mac INTERFACE Randomly change MAC address
- -c, --checkip Check your current IPv4 address
- --dns Use this to fix DNS
- --nodelay Disable delay time
- -e, --enable Enable anonymization at boot time
- -d, --disable Disable anonymization at boot time
- -u, --uninstall Uninstall GenTor
+ -h, --help show this help message and exit
+ -p, --privoxy Connecting to Tor with Privoxy - Enhance your privacy
+ -s, --start Start connecting to Tor
+ -x, --stop Stop connecting to Tor
+ -r, --renew Renew the current Tor circuit
+ -id COUNTRY ISO CODE Connect to Tor exit node of a specific country
+ -mac INTERFACE Randomly change MAC address
+ -c, --checkip Check your current IPv4 address
+ --dns Use this to fix DNS
+ --nodelay Disable delay time
+ -e, --enable Enable anonymization at boot time
+ -d, --disable Disable anonymization at boot time
+ -u, --uninstall Uninstall GenTor
- # Licensing
+# Licensing
- Gentor is a closed-source program. You can find the license for the main
- Gentor program in this repo (we assume that if you are using the app you
- agree to the terms laid out in the license file)
+ Gentor is a closed-source program. You can find the license for the main
+ Gentor program in this repo (we assume that if you are using the app you
+ agree to the terms laid out in the license file)
EOF
} \ No newline at end of file