Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ go install github.com/openclaw/gogcli/cmd/gog@latest
gog --version
```

The module path moved from `github.com/steipete/gogcli` to
`github.com/openclaw/gogcli`. Until the first release tagged after that move is
published, `@latest` still selects an older tag that declares the previous path
and fails; install a specific version from the old path in the meantime:

```bash
go install github.com/steipete/gogcli/cmd/gog@v0.34.2
```

Docker images, Windows archives, raw macOS/Linux binaries, and source builds
are covered in the [install guide](docs/install.md).

Expand Down