From 7f5984d0609dd7ad630623b6331234cc7ef5944a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 11:24:48 +0000 Subject: build: update readme to simplify and target users more than contributors and prioritise building from source --- src/bin/git_remote_nostr/main.rs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/bin/git_remote_nostr/main.rs b/src/bin/git_remote_nostr/main.rs index e4f97c7..6b89be6 100644 --- a/src/bin/git_remote_nostr/main.rs +++ b/src/bin/git_remote_nostr/main.rs @@ -123,11 +123,14 @@ fn process_args() -> Result> { println!("nostr plugin for git"); println!("Usage:"); println!( - " - add a nostr repository as a remote by using the url format nostr://pub123/identifier" + " - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier" + ); + println!( + " - remote branches begining with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs" + ); + println!( + " - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options" ); - println!(" - remote branches begining with `pr/` are PRs from contributors"); - println!(" - to open a PR, push a branch with the prefix `pr/`"); - println!(" - branches with this prefix are issued by the maintainer(s)"); return Ok(None); }; -- cgit v1.2.3