Skip to content

Commit 5b36659

Browse files
committed
Update README
Fix instructions for cloning the Git repository from GitHub.
1 parent 7789b66 commit 5b36659

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,12 @@ Compose separately, you can
163163

164164
#### Clone the repository to your local machine.
165165

166+
Use the `git clone` command plus the appropriate URL to create a local copy of
167+
the repository. For instance, to clone from GitHub, using SSH, into a local
168+
`catalog-api` directory:
169+
166170
```bash
167-
git clone git@content.library.unt.edu:catalog/catalog-api.git catalog-api
171+
git clone git@github.com:unt-libraries/catalog-api.git catalog-api
168172
```
169173

170174
#### Configure local settings.

0 commit comments

Comments
 (0)