Skip to content

Commit 09f4239

Browse files
vveerrggclaude
andcommitted
docs: add Android app link, fix docs path references
Add Android app to Install section and Acknowledgements. Fix three broken links: docs/ → docs_project_info/ for PROJECT-VISION.md, APPLE-APP-STORE-SUBMISSION.md, CHROME-DEV.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 267e214 commit 09f4239

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Documents are encrypted client-side before publishing. Relays store ciphertext.
3838

3939
## Status
4040

41-
See [docs/PROJECT-VISION.md](docs/PROJECT-VISION.md) for the full roadmap.
41+
See [docs_project_info/PROJECT-VISION.md](docs_project_info/PROJECT-VISION.md) for the full roadmap.
4242

4343
### Working
4444
- [x] NIP-07 `window.nostr` (getPublicKey, signEvent)
@@ -98,6 +98,9 @@ See [docs/PROJECT-VISION.md](docs/PROJECT-VISION.md) for the full roadmap.
9898

9999
## Install
100100

101+
### Android App
102+
NostrKey is also available as a native Android app. See [nostrkey.app.android.src](https://github.com/HumanjavaEnterprises/nostrkey.app.android.src) for APK downloads and build instructions.
103+
101104
### From GitHub Releases (sideload)
102105
1. Download the latest zip from [Releases](https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/releases)
103106
2. **Chrome:** Unzip → `chrome://extensions/` → Developer mode → Load unpacked → select the folder
@@ -107,7 +110,7 @@ See [docs/PROJECT-VISION.md](docs/PROJECT-VISION.md) for the full roadmap.
107110
Submission in progress — pending review.
108111

109112
### Apple App Store (Safari for macOS & iOS)
110-
Coming soon — submission in progress. See [docs/APPLE-APP-STORE-SUBMISSION.md](docs/APPLE-APP-STORE-SUBMISSION.md) for details.
113+
Coming soon — submission in progress. See [docs_project_info/APPLE-APP-STORE-SUBMISSION.md](docs_project_info/APPLE-APP-STORE-SUBMISSION.md) for details.
111114

112115
## Development
113116

@@ -139,7 +142,7 @@ npm run watch-tailwind # Watch mode (CSS)
139142
3. Click **Load unpacked** → select the `distros/chrome/` folder
140143
4. After rebuilding, click the reload arrow on the extension card
141144

142-
See [docs/CHROME-DEV.md](docs/CHROME-DEV.md) for full details.
145+
See [docs_project_info/CHROME-DEV.md](docs_project_info/CHROME-DEV.md) for full details.
143146

144147
### Safari Development (requires macOS + Xcode)
145148
1. Open `apple/NostrKey.xcodeproj` in Xcode
@@ -157,6 +160,7 @@ This extension does not collect any user data or transmit any data over a networ
157160
- [ursuscamp](https://github.com/ursuscamp) — Original Nostore extension
158161
- [fiatjaf](https://github.com/fiatjaf) — nostr-tools, nos2x, and Nostr itself
159162
- [nostr-crypto-utils](https://github.com/HumanjavaEnterprises/nostr-crypto-utils) — Crypto foundation
163+
- [nostrkey.app.android.src](https://github.com/HumanjavaEnterprises/nostrkey.app.android.src) — NostrKey Android app
160164

161165
## License
162166

0 commit comments

Comments
 (0)