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

Update README to fix clone URL #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down