aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-01-31 16:39:22 -0500
committersudoforge <no-reply@sudoforge.com>2024-08-05 15:01:09 -0700
commitf00e42e78cfbbcb71a0ad5a1207cc7b5279c82e7 (patch)
tree581742fba7e6362f26e984dbeae82a2c93f5db1e /README.md
parent4726ec4ceac735ee68ed172e37f60ee2f4f26c84 (diff)
downloadgit-bug-f00e42e78cfbbcb71a0ad5a1207cc7b5279c82e7.tar.gz
DOC: it is "new" not "configure" command (also was missing \)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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=<bridge> \
--target=github \
--url=https://github.com/MichaelMure/git-bug \
- --login=<login>
+ --login=<login> \
--token=<token>
```