diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 03:28:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 03:28:12 +0300 |
commit | ce8eea7ab384dc62ca428da075eb03c2fff7dc32 (patch) | |
tree | 81d49beb082df1b7797bc4a4d94eb3ddc1a85914 /README.md | |
parent | workflows/test: no need to install Twine (diff) | |
download | cgitize-ce8eea7ab384dc62ca428da075eb03c2fff7dc32.tar.gz cgitize-ce8eea7ab384dc62ca428da075eb03c2fff7dc32.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ repositories to /var/tmp/cgitize/output. If SSH is required, the socket should be mapped to /var/run/cgitize/ssh-agent.sock. - docker run -it --rm \ + docker run -it --rm \ -v "/path/to/config:/etc/cgitize:ro" \ -v "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock" \ -v "/path/to/output:/var/tmp/cgitize/output" \ |