From 0c62d317dde737468a958a3528b58e7510d729d9 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Sun, 27 Jan 2019 11:31:20 +0530 Subject: [PATCH] 'Sudo' Removed from Termux instructions No need of sudo permission just launch the script without sudo in termux. --- instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions.md b/instructions.md index b7ddb82..7398e9b 100644 --- a/instructions.md +++ b/instructions.md @@ -103,11 +103,11 @@ chmod 777 HiddenEye.py ``` ``` -sudo python HiddenEye.py +python HiddenEye.py or -sudo ./HiddenEye.py +./HiddenEye.py ``` ### Running (One Code installation in Termux)