diff options
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> ``` |