mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
./ 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:
parent
3830e03d68
commit
e3f43bed2e
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue