We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4646f60 commit 5cafbadCopy full SHA for 5cafbad
README.md
@@ -48,6 +48,12 @@ cd gitfile
48
make install
49
```
50
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
+
57
or alternatively:
58
```shell script
59
curl -L https://raw.githubusercontent.com/sers-dev/gitfile/master/gitfile.sh > /usr/local/bin/gitfile
0 commit comments