From 4e9f35330afc16b3675829f30214106d76123d8b Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 18 Jul 2021 11:06:04 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dae7f63 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# AM2R-Autopatcher-Android +A repository containing patch data and scripts in order to automatically install the latest AM2R Community Updates on Android via Termux. + +### 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` + +If you want to install [Multitroid](https://github.com/lassiterm/AM2R-Multitroid) instead, execute the following Command instead: +`pkg install wget && wget -O multitroid.sh https://github.com/Miepee/AM2R-Autopatcher-Android/raw/main/multitroid.sh && chmod +x multitroid.sh && ./multitroid.sh`