Skip to content

Commit

Permalink
Merge branch '1.3' of github.com:christiankerl/ckWebServicePlugin int…
Browse files Browse the repository at this point in the history
…o 1.3
  • Loading branch information
christiankerl committed Nov 13, 2011
2 parents ae81877 + ef74bb5 commit 914e654
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ To install the latest release, execute:

> symfony plugin:install ckWebServicePlugin

To install the latest release from SVN, checkout the release tag into a `plugins/ckWebServicePlugin` folder:
To install the latest release from Git, checkout the release tag into a `plugins/ckWebServicePlugin` folder:

> svn co http://svn.symfony-project.com/plugins/ckWebServicePlugin/tags/4.0.0/
> git clone git://github.com/christiankerl/ckWebServicePlugin.git
> git checkout 4.0.0

To install the latest development revision from SVN, checkout the HEAD revision of the development branch into a `plugins/ckWebServicePlugin` folder:
To install the latest development revision from Git, clone the HEAD revision of the development branch into a `plugins/ckWebServicePlugin` folder:

> svn co http://svn.symfony-project.com/plugins/ckWebServicePlugin/branches/1.3/
> git clone --branch 1.3 git://github.com/christiankerl/ckWebServicePlugin.git

>**CAUTION**
>The HEAD revision of the development branch is not guaranteed to be stable all the time!
Expand Down

0 comments on commit 914e654

Please sign in to comment.