Skip to content

Commit 40194c6

Browse files
committed
minor #1123 Tweak README: Run the command first and then go to URL (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Tweak README: Run the command first and then go to URL Commits ------- 6c943b8 Tweak README: Run the command first and then go to URL
2 parents 18c0ef8 + 6c943b8 commit 40194c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ Usage
3131
-----
3232

3333
There's no need to configure anything to run the application. If you have
34-
[installed Symfony][4], run this command and access the application in your
35-
browser at the given URL (<https://localhost:8000> by default):
34+
[installed Symfony][4] binary, run this command:
3635

3736
```bash
3837
$ cd my_project/
3938
$ symfony serve
4039
```
4140

41+
And access the application in your browser at the given URL (<https://localhost:8000> by default).
42+
4243
If you don't have the Symfony binary installed, run `php -S localhost:8000 -t public/`
4344
to use the built-in PHP web server or [configure a web server][3] like Nginx or
4445
Apache to run the application.

0 commit comments

Comments
 (0)