From 942e2fca75f6fb663c5e178ea972287edf821eca Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 23 Jan 2025 10:18:52 +0100 Subject: [PATCH] docs(readme): some cli hints --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4589e22..0831898 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An immutable nested collaborative task manager, powered by nostr! Install rust(up) and run a development build with: - cargo run + cargo run -- ARGS A `relay` list can be placed in a config file 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 -To exit the application, press `Ctrl-D`. +To exit mostr, press `Ctrl-D`. ### Migrating @@ -50,6 +50,12 @@ To change your keypair on an existing machine, simply delete the current one through the `export` command 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 ### Command Syntax