Update README.md

This commit is contained in:
elicro 2023-12-23 18:30:18 +00:00
parent ee770490a0
commit 0557c8dadf

View File

@ -1,4 +1,4 @@
### mounting the images disk
```bash
mkdir /mnt && mount -L IMAGES /mnt && cd /mnt
mount -L IMAGES /mnt && cd /mnt
```