Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix: update start script URL
Browse files Browse the repository at this point in the history
We no longer use the `syndes.is` domain.

Fixes #59
  • Loading branch information
zregvart authored May 14, 2021
1 parent b6095b7 commit c495b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://syndesis.io/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/).

Expand Down

0 comments on commit c495b9b

Please sign in to comment.