Skip to content

Commit

Permalink
Merge pull request #21 from susumuota/refactor-os-specific
Browse files Browse the repository at this point in the history
refactor: rename add_nostr_keyx.reg to register_nostr_keyx.reg.
  • Loading branch information
susumuota authored Feb 25, 2023
2 parents 0231c53 + bf49fc8 commit 9b52a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cp -p dist/unix/io.github.susumuota.nostr_keyx.json ~/Library/Application\ Suppo
}
```

- Edit `dist/windows/add_nostr_keyx.reg`.
- Edit `dist/windows/register_nostr_keyx.reg`.
- Change `@="..."` to specify the absolute path of `dist/windows/io.github.susumuota.nostr_keyx.json`. See [this page](https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-host-location) for more details.

```reg
Expand All @@ -117,7 +117,7 @@ Windows Registry Editor Version 5.00
@="C:\\path\\to\\dist\\windows\\io.github.susumuota.nostr_keyx.json"
```

- Double click `add_nostr_keyx.reg` on Explorer. It will add registry key. You can check it on Registry Editor by searching `nostr_keyx`. If you want to uninstall this extension, delete the registry key too.
- Double click `register_nostr_keyx.reg` on Explorer. It will add registry key. You can check it on Registry Editor by searching `nostr_keyx`. If you want to uninstall this extension, delete the registry key too.

### Set your private key

Expand Down
File renamed without changes.

0 comments on commit 9b52a10

Please sign in to comment.