Skip to content

Commit 2e7eff0

Browse files
committed
minor #7216 fix build command for Linux (snoek09)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7216). Discussion ---------- fix build command for Linux This was spotted by @sawmurai during the SymfonyCon Berlin hackday. Can anyone check if the command for Windows is correct? Commits ------- 7107b96 fix build command for Linux
2 parents 78e6141 + 7107b96 commit 2e7eff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ purposes following these steps:
280280
.. code-block:: terminal
281281
282282
# Linux and macOS
283-
$ ./_build/make html
283+
$ cd _build/
284+
$ make html
284285
285286
# Windows
286287
$ _build\make html

0 commit comments

Comments
 (0)