Skip to content

Commit 248c56f

Browse files
committed
minor #1399 doc: note about GitHub clone case (COil)
This PR was merged into the main branch. Discussion ---------- doc: note about GitHub clone case Commits ------- 90e0184 doc: note about GitHub clone case
2 parents 2df34b7 + 90e0184 commit 248c56f

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)