From 4759f22dd0beea9e61eb3312754064cc2230aef0 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 24 Jul 2021 09:31:00 +0200 Subject: [PATCH] Update install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11df6cf..60c6b2b 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ A repository containing patch data and scripts in order to automatically install ### How to use Open up Termux and execute the following command to install the latest Community Updates: -`pkg install wget && wget -O patcher.sh https://github.com/Miepee/AM2R-Autopatcher-Android/raw/main/patcher.sh && chmod +x patcher.sh && ./patcher.sh` +`pkg install wget && wget -O patcher.sh https://github.com/AM2R-Community-Developers/AM2R-Autopatcher-Android/raw/main/patcher.sh && chmod +x patcher.sh && ./patcher.sh`