diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2020-04-07 15:52:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 15:52:04 +0300 |
commit | bb1329f07d2dec6fa9451d51bd96c60900975963 (patch) | |
tree | bfabb69fcc23dd961a8ebb836c12b89b050855c6 | |
parent | 85e2b321039557ac603f7f5f5fe5199a3fcb44ee (diff) | |
parent | 193a23d6e52b94a8651aae52d059456e09e46058 (diff) |
Merge pull request #7 from Kladdkaka/patch-1
Fixed command typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ dosflash.exe /sd /file G1ET93WW\$01D2000.FL1 Save the file, then unmount the partition: ``` -sudo unmount /mnt +sudo umount /mnt ``` Write this image to a USB drive (replace `/dev/sdX` with your USB drive device |