From 4cb2484aa533f26d6a9df676e7d916c7fd3b48ec Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Sat, 3 Dec 2016 13:40:12 +0100 Subject: [PATCH] fix build command for Linux --- contributing/documentation/overview.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing/documentation/overview.rst b/contributing/documentation/overview.rst index 90cbdc86eb6..09a801c60d6 100644 --- a/contributing/documentation/overview.rst +++ b/contributing/documentation/overview.rst @@ -280,7 +280,8 @@ purposes following these steps: .. code-block:: terminal # Linux and macOS - $ ./_build/make html + $ cd _build/ + $ make html # Windows $ _build\make html