./ is not used in Windows

Using ./ at the start of the shell command will result in an error, so I've removed this part of the instruction.
This commit is contained in:
charminULTRA 2022-05-26 11:23:28 -04:00 committed by GitHub
parent 3830e03d68
commit e3f43bed2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,13 +246,13 @@ values={[
#### Install
```shell title="Command"
./device-install.bat -f firmware-BOARD-VERSION.bin
device-install.bat -f firmware-BOARD-VERSION.bin
```
#### Update
```shell title="Command"
./device-update.bat -f firmware-BOARD-VERSION.bin
device-update.bat -f firmware-BOARD-VERSION.bin
```
</TabItem>