aboutsummaryrefslogtreecommitdiff
path: root/doc/precommit.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/precommit.md')
-rw-r--r--doc/precommit.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/precommit.md b/doc/precommit.md
index c1ffd028..526d2ca6 100644
--- a/doc/precommit.md
+++ b/doc/precommit.md
@@ -41,6 +41,6 @@ executed in the commit hook. Notably, the `prettier` command is not run,
because it has a dependency on nodejs, which is otherwise not needed and which
not all developers have installed on their system.
-If you are modifying CSS or Javascript, install prettier as described at
-https://prettier.io/docs/en/install.html, and run `./all.bash prettier` to
-format your changes before mailing your CL.
+If you are modifying CSS or Javascript and you do not have docker installed,
+install prettier as described at https://prettier.io/docs/en/install.html,
+and run `./all.bash prettier` to format your changes before mailing your CL.