remove firefox from readme.
This commit is contained in:
23
README.md
23
README.md
@@ -1,4 +1,5 @@
|
|||||||
# nos2x
|
# nos2x
|
||||||
|
|
||||||
### notes and other stuff signed by an extension
|
### notes and other stuff signed by an extension
|
||||||
|
|
||||||
## Nostr Signer Extension
|
## Nostr Signer Extension
|
||||||
@@ -21,8 +22,7 @@ https://user-images.githubusercontent.com/1653275/149637382-65d50a85-fe30-4259-b
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
* [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/nos2x/)
|
- [Chrome Extension](https://chrome.google.com/webstore/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp)
|
||||||
* [Chrome Extension](https://chrome.google.com/webstore/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp)
|
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
|
|
||||||
@@ -31,23 +31,16 @@ To run the plugin from this code:
|
|||||||
```
|
```
|
||||||
git clone https://github.com/fiatjaf/nos2x
|
git clone https://github.com/fiatjaf/nos2x
|
||||||
cd nos2x
|
cd nos2x
|
||||||
git checkout chromium # or git checkout firefox
|
yarn
|
||||||
yarn # or use npm or pnpm
|
|
||||||
yarn run build
|
yarn run build
|
||||||
```
|
```
|
||||||
|
|
||||||
then ...
|
then
|
||||||
|
|
||||||
* Chromium:
|
1. go to `chrome://extensions`;
|
||||||
1. go to chrome://extensions
|
2. ensure "developer mode" is enabled on the top right;
|
||||||
2. make sure, "developer mode" is enabled on the top right
|
3. click on "Load unpackaged";
|
||||||
3. "Load unpackaged"
|
4. select the `extension/` folder of this repository.
|
||||||
4. select the `extension/` folder
|
|
||||||
* Firefox:
|
|
||||||
1. go to about:debugging
|
|
||||||
2. "This Firefox"
|
|
||||||
3. "Load Temporary Add-on..."
|
|
||||||
4. select any file from the `extension/` folder
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user