From 19af9201258e2fa638bd2f4ca90b325daf7422a2 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Sat, 30 Mar 2024 20:00:43 -0700 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c3fd27..597620e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ -## Installation + +### Installation +Note: You can install this extension from the [Firefox extension store](https://addons.mozilla.org/en-US/firefox/addon/dom3d/) and it will soon be available from the Chrome store. + Download the latest [release](https://github.com/OrionReed/dom3d/releases) and unzip the file then follow the instructions for your browser below.
@@ -66,8 +69,6 @@ Click the extension icon to enable 3D DOM view or right-click it for options. 2. Run `yarn watch` to watch for changes and automatically rebuild the extension. 3. Load the extension from `dist/{browser}` following the steps above. -You can use [web-ext](https://github.com/mozilla/web-ext) to reload the extension in Firefox automatically. Chrome requires a manual reload from the `chrome://extensions` page. - ## Known Issues All help in diagnosing and fixing these key issues is welcome! I've linked to an Issue for each of them. - [The z-ordering of DOM elements from the 'cameras' perspective is incorrect in some cases.](https://github.com/OrionReed/dom3d/issues/9)