Skip to content

Commit 8700ce4

Browse files
windows instructions added in Firefox extension instructions
1 parent ed05e87 commit 8700ce4

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,21 @@
5454

5555
**For Firefox (Gecko):**
5656

57-
- after you have built the extension run the following:
57+
- after you have built the extension, run the following:
58+
- on Linux/Mac OS
5859
```
5960
cd dist/firefox
6061
zip -r extension.zip *
6162
mv extension.zip extension.xpi
6263
```
64+
- Windows (PowerShell):
65+
```
66+
cd dist/firefox
67+
Compress-Archive -Path * -DestinationPath extension.zip -Force
68+
Rename-Item extension.zip extension.xpi -Force
69+
```
6370
- Navigate to `about:config` in Firefox and set xpinstall.signatures.required = false.
64-
- go to extensions & themes from right hand side hamburger menu
71+
- go to extensions & themes from the right-hand side hamburger menu
6572
- Click on settings under manage your extensions
6673
- Click "Load Temporary Add-on...".
6774
- Select the `extension.xpi` file inside the `dist/firefox` folder.

0 commit comments

Comments
 (0)