diff --git a/static/install.html b/static/install.html index 304ce294..561ce08d 100644 --- a/static/install.html +++ b/static/install.html @@ -60,6 +60,7 @@ Obtaining fastboot
$env:Path = "$pwd\platform-tools;$env:Path"-
Sample output from fastboot --version
afterwards:
This is a temporary change to PATH
for the current shell and will need
+ to be done again if you open a new terminal.
Check the output of fastboot --version
before continuing.
Example of the output after following the instructions above for the + standalone platform-tools:
fastboot version 30.0.5-6877874 -Installed as /home/username/downloads/platform-tools/fastboot- -
This is a temporary change to PATH
for the current shell and will need
- to be done again if you open a new terminal. Make sure that the fastboot
- command works in the current shell before trying to run the flashing script.