From 38ac4b21b76ad2d0c9868bb1ac4da356f0c8f9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gonz=C3=A1lez?= <67566612+Can202@users.noreply.github.com> Date: Wed, 23 Jun 2021 00:28:36 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 710fad2..f388ae3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,14 @@ 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.9/zerotier.sh && chmod a+x zerotier.sh* && clear && ./zerotier.sh* && rm zerotier.sh* ~~~ -## Dependencies +## Dependencies (before the script) - wget - +## Dependencies (on script) +if you dependencies is not satisfied, install them manually +- curl +- git +- python3 (or just python on some distros) +- python3-tk (other names: python3-tkinter, tk) +- xterm