From 75ab0ab53ae440933ef8ee6c2d756cda73f9ca28 Mon Sep 17 00:00:00 2001
From: George Potonov <62441435+Maritornez@users.noreply.github.com>
Date: Wed, 20 Nov 2024 23:39:58 +0300
Subject: [PATCH] Update README.markdown
In README were updated version and corrected path to extension for manual installation in browser
---
README.markdown | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.markdown b/README.markdown
index 5a066211..e18b2717 100644
--- a/README.markdown
+++ b/README.markdown
@@ -62,7 +62,7 @@ Dollchan has both cross-browser and cross-board working scope. A list of support
1. Go to the extensions page by typing `chrome://extensions/` in your browser's address bar,
disable your existing Dollchan extension if available.
2. Set the `"Developer's mode"` checkbox, press the `"Load unpacked extension"` button.
-3. Select the path to `/extension` directory in your Dollchan repo.
+3. Select the path to `/extension/v3` directory in your Dollchan repo.
If you don't have a Dollchan repo, download and unpack the [repository archive](https://github.com/SthephanShinkufag/Dollchan-Extension-Tools/archive/master.zip) from the last state.
4. Done.
@@ -70,7 +70,7 @@ If you don't have a Dollchan repo, download and unpack the [repository archive](
1. Go to the extensions page by typing `about:addons` in your browser's address bar,
disable your existing Dollchan extension if available.
2. Go to `about:debugging#addons` page, press the `"Download temporary add-on…"` button.
-3. Open the `/extension` directory in your Dollchan repo and select the path to `manifest.json` file.
+3. Open the `/extension/v3` directory in your Dollchan repo and select the path to `manifest.json` file.
If you don't have a Dollchan repo, download and unpack the [repository archive](https://github.com/SthephanShinkufag/Dollchan-Extension-Tools/archive/master.zip) from the last state.
4. Done.
@@ -84,7 +84,7 @@ If you don't have a Dollchan repo, download and unpack the [repository archive](
When prompted, allow USB debugging for the connection.
6. In the settings view for Firefox for Android Nightly, enable "Remote debugging via USB."
7. Run with Git:
-`web-ext run -t firefox-android --source-dir ./extension/v2 --adb-device XXX --firefox-apk org.mozilla.fenix`
+`web-ext run -t firefox-android --source-dir ./extension/v3 --adb-device XXX --firefox-apk org.mozilla.fenix`
where `XXX` is the name of your device (it will be displayed if you enter `XXX` instead of the name, replace `XXX` with the given name and run the command again)
---