From ce8eea7ab384dc62ca428da075eb03c2fff7dc32 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 14 Apr 2021 03:28:12 +0300 Subject: README: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.2.3