forked from janek/mostr
docs: miniscule adjustments
This commit is contained in:
parent
adcd35967f
commit
360b44e64e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue