diff --git a/README.md b/README.md index e4b5e0785..7c42586fe 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you're new to containers, that is so exciting! Give the command above a try a To build an image, try a quick example from the finch client repository. ```sh -git clone git@github.com:runfinch/finch.git +git clone /~https://github.com/runfinch/finch.git cd finch/contrib/hello-finch finch build . -t hello-finch ..