Skip to content

Commit 90e0184

Browse files
committed
doc: note about GitHub clone case
1 parent 2df34b7 commit 90e0184

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.phpunit.result.cache
1818
/phpunit.xml
1919
###< symfony/phpunit-bridge ###
20+
2021
###> symfony/webpack-encore-bundle ###
2122
/node_modules/
2223
npm-debug.log

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ $ cd my_project/
4747
$ symfony serve
4848
```
4949

50+
If you have cloned the [GitHub repository](https://github.com/symfony/demo), you
51+
must install the Composer dependencies.
52+
53+
```bash
54+
$ composer install
55+
```
56+
5057
Then access the application in your browser at the given URL (<https://localhost:8000> by default).
5158

5259
If you don't have the Symfony binary installed, run `php -S localhost:8000 -t public/`

0 commit comments

Comments
 (0)