From c04f7f81068497e20b7ef6583578d6034b60400f Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Fri, 1 May 2020 18:35:29 -0400
Subject: [PATCH] clarify setting PATH
---
static/install.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
Next, add the tools to your PATH
in the current shell so they can be
- used without referencing them by file path, enabling usage by the flashing script:
+ used without referencing them by file path, enabling usage by the flashing script. On
+ Linux and macOS:
export PATH="$PWD/platform-tools:$PATH"