docs(readme): beta hints

This commit is contained in:
xeruf 2024-11-10 20:29:09 +01:00
parent d5e6bd2578
commit cc1e9d4d69

View file

@ -2,6 +2,12 @@
An immutable nested collaborative task manager, powered by nostr! An immutable nested collaborative task manager, powered by nostr!
> Mostr is beta software.
> Do not entrust it exclusively with your data unless you know what you are doing!
> Intermediate versions might not properly persist all changes.
> A failed relay connection currently looses all intermediate changes.
## Quickstart ## Quickstart
First, start a nostr relay, such as First, start a nostr relay, such as
@ -24,6 +30,11 @@ Install latest build:
cargo install --path . cargo install --path .
This one-liner can help you stay on the latest version
(optionally add a `cd` to your mostr-directory in front):
git pull && cargo install --path . && mostr
Creating a test task externally: Creating a test task externally:
`nostril --envelope --content "test task" --kind 1621 | websocat ws://localhost:4736` `nostril --envelope --content "test task" --kind 1621 | websocat ws://localhost:4736`