Update README.md

This commit is contained in:
elicro 2023-12-23 18:09:42 +00:00
parent a6b806a8b8
commit ee770490a0

View File

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