diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 18:35:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 18:35:29 -0400 |
| commit | c04f7f81068497e20b7ef6583578d6034b60400f (patch) | |
| tree | 4ceee523c32fc13cd4b652fd344a3a19acd07c7e /static/install.html | |
| parent | d1709ac7b9becf4fe9cdd7d58cecb39cfabe1b97 (diff) | |
clarify setting PATH
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 3 |
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> |
