From acd64b71f2255be38997bfca1fb77b387836f44a Mon Sep 17 00:00:00 2001 From: Jaida Wu Date: Fri, 5 Jan 2024 12:33:51 +0800 Subject: [PATCH] Add notice for `extension_dir` --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index abde9b5..f470098 100644 --- a/docs/README.md +++ b/docs/README.md @@ -56,7 +56,7 @@ If you're experiencing any of the above, consider yourself damned. Ever since Xi ## ⚙️ How to use 1. Download and install PHP 8.0+ for your system from the [official website](https://www.php.net/downloads). -2. Enable OpenSSL and Curl extension in `php.ini`. +2. Enable OpenSSL and Curl extension in `php.ini`. (And/or set `extension_dir` to your PHP's `ext` directory if script not work.) 3. Place `adb.php` in [php-adb](https://github.com/MlgmXyysd/php-adb) to the directory. 4. Download [platform-tools](https://developer.android.com/studio/releases/platform-tools) and place them in `libraries`. *Note: Mac OS needs to rename `adb` to `adb-darwin`.* 5. Open a terminal and use PHP interpreter to execute the [script](../bypass.php).