diff --git a/README.md b/README.md index ad0748b..fe1365c 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ Use the [script][3] to create an image. You can `mount` and `umount` to modify the image: ```bash -mount ./bookworm.img /mnt/ +sudo mount ./bookworm.img /mnt/ # Modify the content of the image -umount /mnt/ +sudo umount /mnt/ ``` # Compile Linux Kernel