diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-31 16:39:22 -0500 |
---|---|---|
committer | sudoforge <no-reply@sudoforge.com> | 2024-08-05 15:01:09 -0700 |
commit | f00e42e78cfbbcb71a0ad5a1207cc7b5279c82e7 (patch) | |
tree | 581742fba7e6362f26e984dbeae82a2c93f5db1e /README.md | |
parent | 4726ec4ceac735ee68ed172e37f60ee2f4f26c84 (diff) | |
download | git-bug-f00e42e78cfbbcb71a0ad5a1207cc7b5279c82e7.tar.gz |
DOC: it is "new" not "configure" command (also was missing \)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> ``` |