README.md - fix usage comments

This commit is contained in:
demoth 2024-04-10 11:56:34 +02:00 committed by GitHub
parent f521da5548
commit 5425f59147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ export DIR="/tmp/git-data"
mkdir -p $DIR
# run the container (as your own UID)
# run the container
docker run -d \
-v $DIR:/tmp/git \
-u$(id -u):$(id -g) \