From 7fd1d7c71e4581a2c019488c7af2aefb2b2f9aa1 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Sat, 6 Sep 2025 12:25:26 -0700 Subject: [PATCH] fix typo in readme tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bdd844..64682f9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Error: × Failed to open serial port /dev/ Granting read/write permissions to all users, should be sufficient to resolve the above issue (note that this is required each time the device is physically reconnected): ```sh -chmod a+rw /dev/ +sudo chmod a+rw /dev/ ``` The port will be saved to `espflash_ports.toml`. For further information, refer to the [`espflash` documentation](https://github.com/esp-rs/espflash/blob/1daf446a0a553d23309e77c8781679ca25fc007a/espflash/README.md).