Skip to content

Commit d797ae6

Browse files
Yohei Onishimtagle
authored andcommitted
fix (#226)
1 parent fb7263e commit d797ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ ./gradlew clean distTar
5858
And then extract its contents:
5959

6060
```bash
61-
$ mkdir bin/jar/ && tar -C bin/jar/ -xf kcbq-confluent/build/distributions/kcbq-confluent-*.tar
61+
$ mkdir -p bin/jar/ && tar -C bin/jar/ -xf kcbq-confluent/build/distributions/kcbq-confluent-*.tar
6262
```
6363

6464
### Setting-Up Background Processes

0 commit comments

Comments
 (0)