mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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
|
#### Install
|
||||||
|
|
||||||
```shell title="Command"
|
```shell title="Command"
|
||||||
./device-install.bat -f firmware-BOARD-VERSION.bin
|
device-install.bat -f firmware-BOARD-VERSION.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Update
|
#### Update
|
||||||
|
|
||||||
```shell title="Command"
|
```shell title="Command"
|
||||||
./device-update.bat -f firmware-BOARD-VERSION.bin
|
device-update.bat -f firmware-BOARD-VERSION.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
Loading…
Reference in a new issue