Skip to content

Commit 9658f8d

Browse files
committed
Merge branch '4.2'
* 4.2: Minor tweak Making sentence not show up in code block Added a note about virtual machine for local build
2 parents 167c6bc + abb6583 commit 9658f8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ You can build the doc locally with these commands:
2929
# build the image...
3030
$ docker build . -t symfony-docs
3131

32-
# ...and serve it locally on http//:127.0.0.1:8080
32+
# ...and start the local web server
3333
# (if it's already in use, change the '8080' port by any other port)
3434
$ docker run --rm -p 8080:80 symfony-docs
3535
```
36+
37+
You can now read the docs at http://127.0.0.1:8080 (if you use a virtual
38+
machine, browse its IP instead of localhost; e.g. `http://192.168.99.100:8080`).

configuration/dot-env-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ changes can be made to any Symfony 3.4 or higher app:
8282
$ mv .env .env.local
8383
$ git mv .env.dist .env
8484
85-
You can also update the `comment on the top of .env`_ to reflect the new changes.
85+
You can also update the `comment on the top of .env`_ to reflect the new changes.
8686

8787
#. If you're using PHPUnit, you will also need to `create a new .env.test`_ file
8888
and update your `phpunit.xml.dist file`_ so it loads the ``config/bootstrap.php``

0 commit comments

Comments
 (0)