Skip to content

Commit

Permalink
minor #1399 doc: note about GitHub clone case (COil)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

doc: note about GitHub clone case

Commits
-------

90e0184 doc: note about GitHub clone case
  • Loading branch information
javiereguiluz committed Feb 13, 2023
2 parents 2df34b7 + 90e0184 commit 248c56f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,6 +17,7 @@
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

###> symfony/webpack-encore-bundle ###
/node_modules/
npm-debug.log
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,13 @@ $ cd my_project/
$ symfony serve
```

If you have cloned the [GitHub repository](https://github.com/symfony/demo), you
must install the Composer dependencies.

```bash
$ composer install
```

Then access the application in your browser at the given URL (<https://localhost:8000> by default).

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

0 comments on commit 248c56f

Please sign in to comment.