Skip to content

Commit 58f3439

Browse files
committed
Cleanups
1 parent 8f9cc99 commit 58f3439

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ Installation
1212

1313
$ symfony plugin:install sfEasyGMapPlugin (Not tested)
1414

15-
or in your plugins directory via SVN:
15+
or in your plugins directory via GIT (the SVN version is not updated anymore):
1616

17-
$ svn co http://svn.symfony-project.com/plugins/sfEasyGMapPlugin/branches/v3 sfEasyGMapPlugin
17+
$ git clone https://github.com/theodo/sfEasyGMapPlugin.git
1818

19-
or in your plugins directory via GIT:
20-
21-
$ git clone https://github.com/fabriceb/sfEasyGMapPlugin.git
22-
23-
When using SVN or GIT install, remember to enable the plugin in your ProjectConfiguration.class.php
19+
When using the GIT install, remember to enable the plugin in your ProjectConfiguration.class.php
2420

2521
* Optional: enable the sample module in your `settings.yml`, sfEasyGMapPlugin
2622

@@ -51,12 +47,12 @@ Examples
5147

5248
All samples are available in the sfEasyGMapPlugin module of the plugin (/sfEasyGMapPlugin/index)
5349

54-
IMPORTANT ! The javascript in the samples will not work unless you put the js files in your web directory.
50+
IMPORTANT ! The JavaScript in the samples will not work unless you put the js files in your web directory.
5551

5652
$ ln -s ../plugins/sfEasyGMapPlugin/web web/sfEasyGMapPlugin
57-
53+
5854
or use the symfony command :
59-
$ php symfony plugin:publish-assets
55+
$ php symfony plugin:publish-assets
6056

6157
* Sample 1
6258

0 commit comments

Comments
 (0)