Skip to content

Commit

Permalink
docs: instruct to clone with https rather than SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jan 26, 2021
1 parent 47c827e commit 6afdfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ on [npm](https://www.npmjs.com/package/cardano-graphql-ts).
## Getting Started
Check the [releases](https://github.com/input-output-hk/cardano-graphql/releases) for the latest version.
``` console
git clone --single-branch --branch <VERSION> git@github.com:input-output-hk/cardano-graphql.git --recurse-submodules
git clone --single-branch --branch <VERSION> https://github.com/input-output-hk/cardano-graphql.git --recurse-submodules
cd cardano-graphql
```
### Build and Run via Docker Compose
Expand Down

0 comments on commit 6afdfc1

Please sign in to comment.