Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 2bd54d2

Browse files
committed
Document usage using Docker container
1 parent efb2164 commit 2bd54d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Or with RubyGems:
2323
gem install git-pkgs
2424
```
2525

26+
Or using Docker:
27+
28+
```bash
29+
docker build -t git-pkgs .
30+
docker run -it --rm -v $(pwd):/mnt git-pkgs <subcommand>
31+
```
32+
2633
## Quick start
2734

2835
```bash

0 commit comments

Comments
 (0)