diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The following command will compile itinerary with all its dependencies and output an apk to our /tmp directory: ``` -docker run -ti --rm -v /tmp:/output kdeorg/android-sdk /opt/helpers/build-generic +docker run -ti --rm -v /tmp:/output kdeorg/android-sdk /opt/helpers/build-generic itinerary ``` ### Building for Android, by hand