Skip to content

Commit f3e9028

Browse files
committed
Update install note
1 parent 21a322e commit f3e9028

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,14 @@ Installation
2121

2222
See http://symfony.com/legacy/doc/getting-started/1_4/en/03-Symfony-Installation
2323

24-
Get the framework with all its dependencies:
24+
Option 1: Using [Composer](http://getcomposer.org/doc/00-intro.md) as dependency management:
2525

26-
git clone https://github.com/LExpress/symfony1.git symfony1
27-
cd symfony1
28-
git submodule update --init
29-
30-
Add the framework to your project with [Composer](http://getcomposer.org/doc/00-intro.md):
31-
32-
composer require lexpress/symfony1 dev-master
26+
composer require lexpress/symfony1 v1.5.*
3327
composer install
3428

35-
Add the framework to your project with submodule:
29+
Option 2: Using Git submodules:
3630

37-
git init
31+
git init # your project
3832
git submodule add https://github.com/LExpress/symfony1.git lib/vendor/symfony
3933
git submodule update --init --recursive
4034

0 commit comments

Comments
 (0)