Skip to content

Commit 5385869

Browse files
committed
Update README: use HTTPS in repository URLs
1 parent e745171 commit 5385869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ class ProjectConfiguration extends sfProjectConfiguration
5252

5353
Clone the plugin from Github:
5454

55-
git clone git://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
55+
git clone https://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
5656
cd plugins/sfPropelORMPlugin
5757
git submodule update --init
5858

5959
If you use Git as a VCS for your project, it should be better to add the plugin as a submodule:
6060

61-
git submodule add git://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
61+
git submodule add https://github.com/propelorm/sfPropelORMPlugin.git plugins/sfPropelORMPlugin
6262
git submodule update --init --recursive
6363

6464
As both Phing and Propel libraries are bundled with the plugin, you have to initialize submodules for the plugin.

0 commit comments

Comments
 (0)