Skip to content

Commit 2758fbc

Browse files
authored
Merge pull request #365 from jnbntz/patch-1
Change doc to clone using HTTPS not SSH
2 parents dd0e83b + 99b6dd3 commit 2758fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Getting Started
1111
1. Pick a provisioning node to deploy from. This is where the Ansible scripts should be run from and is often a development laptop that has a connection to the target cluster. On this provisioning node, clone the DeepOps repository...
1212

1313
```
14-
git clone git@github.com:NVIDIA/deepops.git
14+
git clone https://github.com/NVIDIA/deepops.git
1515
```
1616

1717
2. Checkout a recent release tag. This is an optional step, but if not done, the latest development code will be used, not an official release.

0 commit comments

Comments
 (0)