Skip to content

Commit

Permalink
keep git clone via SSH method as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jul 2, 2023
1 parent 107abec commit 810a3eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Follow the steps below in order to setup and view the Jupyter notebooks:

```bash
git clone https://github.com/Exabyte-io/api-examples.git

# alternatively, if you have set up SSH keys
git clone git@github.com:Exabyte-io/api-examples.git
```

In case for some reason git-lfs was not installed at the time of cloning, the files can be pulled after installing git-lfs, through `git lfs pull`.
Expand Down

0 comments on commit 810a3eb

Please sign in to comment.