README says to set up a bridge with `new`, but the correct command appears to be `configure`

Timeline

Kolja Sam (koljapluemer) opened

Hi there,

just setting up this project and following the README guide, I hit the following snag. It says to add a bridge with

git bug bridge new

however, that yields:

Error: unknown command "new" for "git-bug bridge"

Using the --help option, it appears that the correct sub-command is configure, and indeed, that works. I'd started a pull request fixing the README, but I thought maybe this a discrepancy between the state of the code and the release, so I figured I tell you here

Cheerz, and cool project :)

sudoforge commented (edited)

The documentation is out of sync with the development tree. There is an ongoing effort to catch up on this and a few other things throughout the repo, all of which should be coming with 0.8.1 over the next few weeks.

So, the correct commands to use will depend on if you're grabbing the 0.8.0 release, or a build from source code after that.

sudoforge changed the title from README says to set up a bridge with `new`, but the correct command appears to be `configure` to README says to set up a bridge with `new`, but the correct command appears to be `configure`