summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/install.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html
index 825f9360..68708d87 100644
--- a/static/install.html
+++ b/static/install.html
@@ -135,7 +135,8 @@ echo 'f05b3d78def516d6fdf64be1caa1e1698e482b3adcf54a48dfaf9c972ddbd18e platform
unzip platform-tools_r30.0.0-linux.zip</pre>
<p>Next, add the tools to your <code>PATH</code> in the current shell so they can be
- used without referencing them by file path, enabling usage by the flashing script:</p>
+ used without referencing them by file path, enabling usage by the flashing script. On
+ Linux and macOS:</p>
<pre>export PATH="$PWD/platform-tools:$PATH"</pre>