We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7263e commit d797ae6Copy full SHA for d797ae6
README.md
@@ -58,7 +58,7 @@ $ ./gradlew clean distTar
58
And then extract its contents:
59
60
```bash
61
-$ mkdir bin/jar/ && tar -C bin/jar/ -xf kcbq-confluent/build/distributions/kcbq-confluent-*.tar
+$ mkdir -p bin/jar/ && tar -C bin/jar/ -xf kcbq-confluent/build/distributions/kcbq-confluent-*.tar
62
```
63
64
### Setting-Up Background Processes
0 commit comments