Skip to content

Commit ed699e8

Browse files
committed
Update docs for recent releases
Add Maven/Gradle lockfile formats (maven.graph.json, dependencies.lock), man pages note, and --version flag.
1 parent c423ef6 commit ed699e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/docs/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git-pkgs supports different ecosystems at different levels depending on the unde
3232
| Homebrew | Brewfile | Brewfile.lock.json ||| brew |
3333
| Julia | Project.toml | Manifest.toml ||| |
3434
| LuaRocks | *.rockspec | || | luarocks |
35-
| Maven | pom.xml, build.gradle, build.sbt | gradle.lockfile ||| maven, gradle, sbt |
35+
| Maven | pom.xml, build.gradle, build.sbt | gradle.lockfile, maven.graph.json, dependencies.lock ||| maven, gradle, sbt |
3636
| Nimble | *.nimble | || | nimble |
3737
| Nix | flake.nix | flake.lock | | | |
3838
| npm | package.json | package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lock ||| npm, pnpm, yarn, bun |

content/docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Binaries are available for:
1919
- Linux (amd64 and arm64)
2020
- Windows (amd64)
2121

22+
Each release includes man pages in the archive. Copy them to your man path (e.g., `/usr/local/share/man/man1/`) to enable `man git-pkgs`.
23+
2224
## Build from source
2325

2426
Requires Go 1.22 or later.
@@ -30,7 +32,7 @@ go install github.com/git-pkgs/git-pkgs@latest
3032
## Verify installation
3133

3234
```bash
33-
git pkgs version
35+
git pkgs --version
3436
```
3537

3638
## Shell completions

0 commit comments

Comments
 (0)