Skip to content

Commit f075b0a

Browse files
committed
Make usage more verbose
1 parent 590b45d commit f075b0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Inspiration and entrypoint logic from [php composer](https://github.com/composer
1010

1111
```
1212
docker run --rm -it \
13-
-u$(id -u):$(id -g) # run as current user
14-
-v $(pwd):/project # use current directory as project volume
15-
init # your gitman sub-command(s)
13+
--user="$(id -u):$(id -g)" # run as current user
14+
--volume="$(pwd):/project" # use current directory as project volume
15+
init # your gitman sub-command(s)
1616
```

0 commit comments

Comments
 (0)