fix readme subtree install url

This commit is contained in:
Sam Woodard 2015-07-31 21:48:48 -07:00
parent 7750131b7c
commit 789321ddea
1 changed files with 2 additions and 2 deletions

View File

@ -341,13 +341,13 @@ I use git subtrees to manage dependencies rather than `go get` so that
the src is committed to my repo. the src is committed to my repo.
``` ```
git subtree add --squash --prefix=src/github.com/shwoodard/jsonapi git@github.com:shwoodard/jsonapi master git subtree add --squash --prefix=src/github.com/shwoodard/jsonapi https://github.com/shwoodard/jsonapi.git master
``` ```
To update, To update,
``` ```
git subtree pull --squash --prefix=src/github.com/shwoodard/jsonapi git@github.com:shwoodard/jsonapi master git subtree pull --squash --prefix=src/github.com/shwoodard/jsonapi https://github.com/shwoodard/jsonapi.git master
``` ```
This assumes that I have my repo structured with a `src` dir containing This assumes that I have my repo structured with a `src` dir containing