aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-14 03:28:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-14 03:28:12 +0300
commitce8eea7ab384dc62ca428da075eb03c2fff7dc32 (patch)
tree81d49beb082df1b7797bc4a4d94eb3ddc1a85914 /README.md
parentworkflows/test: no need to install Twine (diff)
downloadcgitize-ce8eea7ab384dc62ca428da075eb03c2fff7dc32.tar.gz
cgitize-ce8eea7ab384dc62ca428da075eb03c2fff7dc32.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 423daf6..716e7ed 100644
--- a/README.md
+++ b/README.md
@@ -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" \