diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-05 20:24:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-05 20:24:04 -0400 |
| commit | d09b1e6743a3127db48b19c5edb2b2df7e2952a1 (patch) | |
| tree | 255be3fa928d78ded5a67698b980c473c1fb0716 /static/install.html | |
| parent | 940a780c3316a3cbe4fcfa8da521f0c1d3409751 (diff) | |
further explain PATH
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index ada46342..5dbcf192 100644 --- a/static/install.html +++ b/static/install.html @@ -183,6 +183,10 @@ tar xvf platform-tools_r30.0.0-windows.zip</pre> <pre>fastboot version 30.0.0-6374843 Installed as /home/username/downloads/platform-tools/fastboot</pre> + <p>This is a temporary change to <code>PATH</code> for the current shell and will need + to be done again if you open a new terminal. Make sure that the <code>fastboot</code> + command works in the current shell before trying to run the flashing script.</p> + <h3 id="obtaining-signify"> <a href="#obtaining-signify">Obtaining signify</a> </h3> |
