Skip to content

Commit

Permalink
change to https urls for easier installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Girshick authored and Ross Girshick committed May 2, 2015
1 parent 54cd7fb commit 01ee5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "caffe-fast-rcnn"]
path = caffe-fast-rcnn
url = git@github.com:rbgirshick/caffe-fast-rcnn.git
url = https://github.com/rbgirshick/caffe-fast-rcnn.git
branch = fast-rcnn
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you find Fast R-CNN useful in your research, please consider citing:
1. Clone the Fast R-CNN repository
```Shell
# Make sure to clone with --recursive
git clone --recursive git@github.com:rbgirshick/fast-rcnn.git
git clone --recursive https://github.com/rbgirshick/fast-rcnn.git
```

2. We'll call the directory that you cloned Fast R-CNN into `FRCN_ROOT`
Expand Down

0 comments on commit 01ee5ba

Please sign in to comment.