Skip to content

Commit

Permalink
docs: updated readme example to clone https (runfinch#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Weike Qu <weikequ@amazon.com>

Issue #, if available:

*Description of changes:*
- If user had not set up ssh on their computer and tried to follow the
example, the git clone command `git clone
git@github.com:runfinch/finch.git` in the quick example would fail.
- This changes the reference to use https instead of ssh.

*Testing done:*
- Tested on ec2 instances without ssh set up


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Weike Qu <weikequ@amazon.com>
  • Loading branch information
weikequ authored Feb 13, 2023
1 parent f6baf82 commit 7696ec4
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 @@ -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
..
Expand Down

0 comments on commit 7696ec4

Please sign in to comment.