docs(readme): some cli hints

This commit is contained in:
xeruf 2025-01-23 10:18:52 +01:00
parent 0d11c0a361
commit 942e2fca75

View file

@ -12,7 +12,7 @@ An immutable nested collaborative task manager, powered by nostr!
Install rust(up) and run a development build with: Install rust(up) and run a development build with:
cargo run cargo run -- ARGS
A `relay` list can be placed in a config file A `relay` list can be placed in a config file
under `${XDG_CONFIG_HOME:-$HOME/.config}/mostr/`. under `${XDG_CONFIG_HOME:-$HOME/.config}/mostr/`.
@ -31,7 +31,7 @@ This one-liner can help you stay on the latest version
git pull && cargo install --path . && mostr git pull && cargo install --path . && mostr
To exit the application, press `Ctrl-D`. To exit mostr, press `Ctrl-D`.
### Migrating ### Migrating
@ -50,6 +50,12 @@ To change your keypair on an existing machine,
simply delete the current one through the `export` command simply delete the current one through the `export` command
and rerun mostr. and rerun mostr.
There is no harm in using mostr from multiple devices,
though there may be delays in updates if it is used in parallel.
For best user experience,
exit mostr on a device when you are done
to ensure all changes are propagated.
## Reference ## Reference
### Command Syntax ### Command Syntax