commit | f854d8ecfa1d291088fb3374288597a7fa229c26 | [log] [tgz] |
---|---|---|
author | Trung LĂȘ <trung.le@ruby-journal.com> | Thu Jun 11 14:40:09 2020 +1000 |
committer | Klaus Heinrich Kiwi <klausk@br.ibm.com> | Tue Jun 16 10:56:11 2020 -0300 |
tree | bae232f6c4bacbd6aa0cadd926e9b9cdde143969 | |
parent | db6fd8ac32dcd860b3252f964913c1cc9d42aa7c [diff] |
Update README Replace git URL with HTTPS URL because the latter does not require permission to clone Signed-off-by: Trung Le <trung.le@ruby-journal.com>
diff --git a/README.md b/README.md index 45a3df3..395f87c 100644 --- a/README.md +++ b/README.md
@@ -27,7 +27,7 @@ To build an image for a Palmetto system: ``` -git clone --recursive git@github.com:open-power/op-build.git +git clone --recursive https://github.com/open-power/op-build.git cd op-build ./op-build palmetto_defconfig && ./op-build ```