From 3e0d7d93a5b1004e1354c716daf8181cf8890acd Mon Sep 17 00:00:00 2001 From: Oliver Tzeng Date: Sun, 13 Aug 2023 11:59:11 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dfb9715..bfd71ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## About the script -It's a script to make the operation of AltServer-Linux more easier so you could sideloading with linux simply +It's a script to make the operation of AltServer-Linux easier so you could sideload with Linux easyily # Features @@ -10,7 +10,7 @@ It's a script to make the operation of AltServer-Linux more easier so you could - [x] WiFi Installation - [x] Tethered Refreshing - [x] Tethered Installation -- [x] Install your own iPA file by enter the absolute path +- [x] Install your own iPA file by entering the absolute path - [x] Updating # Getting start @@ -29,13 +29,13 @@ sudo apt-get install wget curl libavahi-compat-libdnssd-dev `python3 main.py` -**If WiFi refreshing not working** +**If WiFi refreshing is not working** -Check the two service, if not enable or running , then start +Check the two services, if they aren't up and running, then these commands down below will start them `avahi-daemon.service` and `avahi-daemon.socket` -**Check status** +**Check the status** `systemctl status avahi-daemon.service` @@ -47,13 +47,13 @@ Check the two service, if not enable or running , then start `systemctl start avahi-daemon.socket` -**To run automatically on boot `use *enable*`** +**To run automatically on boot use the `*enable* `command** `systemctl enable avahi-daemon.service` `systemctl enable avahi-daemon.socket` -# Want to use it as an app ? +# Want to use it as an app? ![Screenshot](https://github.com/powenn/AltServer-Linux-PyScript/blob/rewrite/Images/01.png)