From 071e73fdc7cb6b6c1665c72113134b75baba2f70 Mon Sep 17 00:00:00 2001 From: KJHJason Date: Thu, 22 Sep 2022 11:42:09 +0800 Subject: [PATCH] edit readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36a0cc7..f2abc0a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ In the end, I spent about a month doing this project while learning concepts suc * **Allow downloads of gdrive links (for Pixiv Fanbox only)** * Note: Requires you to set up Google OAuth2. - For Windows or Linux users, please refer to the [guide](doc/google_oauth2_guide.md) in the [doc folder](doc) if unsure. - - For macOS users, after following step 1 to 3 of the guide, you will have to manually set up google OAuth2 which you can refer to a simple documentation [here](doc/google_oauth_helper_script.md) for running [google_oauth.py](src/helper/google_oauth.py). + - For Linux users who do not have gnome-terminal and macOS users, after following step 1 to 3 of the [guide](doc/google_oauth2_guide.md), you will have to manually set up google OAuth2 which you can refer to the documentation [here](doc/google_oauth_helper_script.md) for running [google_oauth.py](src/helper/google_oauth.py). * **2 Types of download options on both Fantia and Pixiv Fanbox!** * Downloading from post URL(s) @@ -106,8 +106,8 @@ In the end, I spent about a month doing this project while learning concepts suc ## FAQ 1. Does this work on other OS platforms such as macOS and Linux? * This program has only been tested on Windows and Linux (Ubuntu). However, it should work on other Linux distros and macOS as well. - * For Linux OS, if you do not have gnome-terminal, you will face issue configuring Google OAuth2. - * In this case, you will have to manually set up google OAuth2 which you can refer to a simple documentation [here](doc/google_oauth_helper_script.md) for running [google_oauth.py](src/helper/google_oauth.py). + * For Linux users who do not have gnome-terminal and macOS users, you will face issue configuring Google OAuth2. + * In this case, you will have to manually set up google OAuth2 which you can refer to the documentation [here](doc/google_oauth_helper_script.md) for running [google_oauth.py](src/helper/google_oauth.py). ## Final Notes 1. Please remember that this was meant to be a mini-project which is meant to be used for personal use.