From f00e42e78cfbbcb71a0ad5a1207cc7b5279c82e7 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 31 Jan 2023 16:39:22 -0500 Subject: DOC: it is "new" not "configure" command (also was missing \) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 294bb549..41b5e72a 100644 --- a/README.md +++ b/README.md @@ -227,17 +227,17 @@ The web UI interact with the backend through a GraphQL API. The schema is availa Interactively configure a new github bridge: ```bash -git bug bridge configure +git bug bridge new ``` Or manually: ```bash -git bug bridge configure \ +git bug bridge new \ --name= \ --target=github \ --url=https://github.com/MichaelMure/git-bug \ - --login= + --login= \ --token= ``` -- cgit