From a775dd8b60bac405332e912682b6f024c085d793 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 24 Jan 2022 11:50:51 -0300 Subject: [PATCH] add installation instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98f7413..545c3e1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ async window.nostr.signEvent(event): string // returns the signature as hex https://user-images.githubusercontent.com/1653275/149637382-65d50a85-fe30-4259-b7de-99c88b089b53.mp4 +## Install + +* [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/nos2x/) +* Chrome Extension - this evil browser requires a big refactor for their "v3" thing, work-in-progress +* `git clone https://github.com/fiatjaf/nos2x && cd nos2x && yarn && yarn run build` then load as unpackaged on chrome://extensions with "developer mode" enabled + ## Screenshots ![](screenshot1.png)