Skip to content

Commit

Permalink
Instructions clone via HTTP instead of SSH.
Browse files Browse the repository at this point in the history
  • Loading branch information
jminor committed Jan 6, 2025
1 parent 5bb033b commit cd24479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This will also clone and initialize all of the submodules that this project depe
Spin up your favourite terminal and follow these steps:

```shell
git clone --recursive git@github.com:OpenTimelineIO/raven.git
git clone --recursive https://github.com/OpenTimelineIO/raven.git
cd raven
mkdir build
cd build
Expand All @@ -48,7 +48,7 @@ Spin up your favourite terminal and follow these steps:
You will need to install the [Emscripten toolchain](https://emscripten.org) first.

```shell
git clone --recursive git@github.com:OpenTimelineIO/raven.git
git clone --recursive https://github.com/OpenTimelineIO/raven.git
cd raven
mkdir build-web
cd build-web
Expand Down

0 comments on commit cd24479

Please sign in to comment.