Update README.md

master
Manuel González 2021-06-23 00:06:03 -04:00 committed by GitHub
parent 0f081dc406
commit ae20465562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -5,15 +5,22 @@ A installer to ZeroTier on Linux, with graphic interface (thanks to [tralph3](ht
works on Debian-based (apt), Manjaro (pacman, AUR), Fedora-like(dnf) and OpenSUSE (zypper)
Tutorial:
## Option 1
1st: Download [this](https://github.com/Can202/ZeroTierInstaller/releases/download/v0.8/zerotier.sh)
2nd: Activate it as executable
3rd: Run in your terminal
3rd: Run in your terminal with root or an admin user
4th: Follow the instructions
## Option 2
use this command with root or an admin user
~~~
cd /tmp/ && touch zerotier.sh.remove && rm zerotier.sh* && wget https://github.com/Can202/ZeroTierInstaller/releases/download/v0.8/zerotier.sh && chmod a+x zerotier.sh* && ./zerotier.sh* && rm zerotier.sh*
~~~