Skip to content

Commit 7107b96

Browse files
Henry Snoekxabbuh
Henry Snoek
authored andcommitted
fix build command for Linux
1 parent 78e6141 commit 7107b96

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)