diff --git a/README_SETUP.md b/README_SETUP.md
index 9b8a6457d9a0b79fe0d6acf3e8df9294f0074981..99b13956987528a19fedacebf0524675fb694f2f 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -80,13 +80,16 @@ See `build.properties.d/00_default.properties` for more information.
 
 ## Build the documentation #
 
-Build documentation in `build/` with `make doc`.
+Install the below requirements and build documentation in `build/`
+with `make doc`. You may need to set the environment variables used in
+`src/doc/Makefile`, especially `JSDOC_BIN` in case you didn't install
+jsdoc globally.
 
 ### Requirements ##
 
 - sphinx
 - sphinx-autoapi
 - jsdoc (`npm install jsdoc`)
-- jsdoc-sphinx  (`npm install jsdoc-sphinx`)
+- @indiscale/jsdoc-sphinx  (`npm install @indiscale/jsdoc-sphinx`)
 - sphinx-js
 - recommonmark