Skip to content

Commit 5cafbad

Browse files
committed
add docker example
1 parent 4646f60 commit 5cafbad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ cd gitfile
4848
make install
4949
```
5050

51+
in docker:
52+
```shell script
53+
# https://quay.io/repository/sers.dev/gitfile
54+
docker run quay.io/sers.dev/gitfile:latest
55+
```
56+
5157
or alternatively:
5258
```shell script
5359
curl -L https://raw.githubusercontent.com/sers-dev/gitfile/master/gitfile.sh > /usr/local/bin/gitfile

0 commit comments

Comments
 (0)