From b763b74cf091a7b579158cbf8a5ea8940fcacd00 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 22 Jun 2022 10:17:19 -0400 Subject: [PATCH] Update README to fix clone URL This commit updates the README clone to be the common https based url for the git repo instead of the ssh cloned based URL. For typical users they likely don't have ssh cloning configured necessarily and using the https link is more general --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5775383d..b35042cf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Red Queen is a framework for benchmarking quantum compilation algorithms. Since it was not designed as a package, there is no notion of installation. Hence, you must clone this repository to use it: ```bash -git clone git@github.com:Qiskit/red-queen.git +git clone https://github.com/Qiskit/red-queen.git ``` To run benchmarks, you must first go to the `red-queen` directory and install