diff --git a/README.md b/README.md index 41fad65..73e976e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ or simply download the minishift binary from [github](https://github.com/minishi ## 3. Install Syndesis We will now download the docker images from our official dockerhub repository and start them on your minishift installation using ``` -bash <(curl -sL https://syndes.is/start --vm-driver hyperkit) +bash <(curl -sL https://syndes.is/start) --vm-driver hyperkit ``` Note that on Windows you will need something like [Cygwin](https://www.cygwin.com) or [KornShell](http://www.kornshell.com) for this to work. The installation process itself can take a few minutes depending on your download speed, but this is all there is to it. At the end of the installation it will open your default browser to the syndesis address. By default you can log in using any username/pw combination. For more details see [syndesis.io](https://syndesis.io/quickstart/).