forked from janek/mostr
1
0
Fork 0

docs: miniscule adjustments

This commit is contained in:
xeruf 2024-11-18 14:44:07 +01:00
parent adcd35967f
commit 360b44e64e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
All used nostr kinds are listed on the top of [kinds.rs](./src/kinds.rs) All used nostr kinds are listed on the top of [kinds.rs](./src/kinds.rs)
Mostr mainly uses the following NIPs: Mostr mainly uses the following [NIPs](https://github.com/nostr-protocol/nips):
- Kind 1 for task descriptions and permanent tasks, can contain task property updates (tags, priority) - Kind 1 for task descriptions and permanent tasks, can contain task property updates (tags, priority)
- Issue Tracking: https://github.com/nostr-protocol/nips/blob/master/34.md - Issue Tracking: https://github.com/nostr-protocol/nips/blob/master/34.md

View File

@ -14,7 +14,7 @@ First, start a nostr relay, such as
- https://github.com/coracle-social/bucket for local development - https://github.com/coracle-social/bucket for local development
- https://github.com/rnostr/rnostr for production use - https://github.com/rnostr/rnostr for production use
Install rustup and run a development build with: Install rust(up) and run a development build with:
cargo run cargo run