mirror of https://github.com/pikvm/pikvm.git
Fix `nessessary` -> `necessary` typo (2 occurrences) in flashing_os (#1661)
This commit is contained in:
parent
d1790de580
commit
be89e33bac
|
|
@ -69,12 +69,12 @@ Download the appropriate SD card image. Select it based on the board, platform,
|
||||||
## Flashing the image
|
## Flashing the image
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
After inserting the memory card into your computer, ignore request to format. This is not nessessary.
|
After inserting the memory card into your computer, ignore request to format. This is not necessary.
|
||||||
|
|
||||||
|
|
||||||
### Using Linux CLI (ADVANCED USERS)
|
### Using Linux CLI (ADVANCED USERS)
|
||||||
|
|
||||||
Decompress (if nessessary) and flash the image. **Be careful when choosing the device path, it may be different on your machine** (use `lsblk -dpno NAME,SIZE,MODEL`):
|
Decompress (if necessary) and flash the image. **Be careful when choosing the device path, it may be different on your machine** (use `lsblk -dpno NAME,SIZE,MODEL`):
|
||||||
|
|
||||||
```console
|
```console
|
||||||
[user@localhost]$ xz --decompress v2-hdmi-rpi4-latest.img.xz
|
[user@localhost]$ xz --decompress v2-hdmi-rpi4-latest.img.xz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue