Skip to content

Commit

Permalink
Merge pull request #365 from jnbntz/patch-1
Browse files Browse the repository at this point in the history
Change doc to clone using HTTPS not SSH
  • Loading branch information
ajdecon authored Oct 23, 2019
2 parents dd0e83b + 99b6dd3 commit 2758fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Getting Started
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...

```
git clone git@github.com:NVIDIA/deepops.git
git clone https://github.com/NVIDIA/deepops.git
```

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.
Expand Down

0 comments on commit 2758fbc

Please sign in to comment.