Update README.md for updated bind usage

This commit is contained in:
hodapp512 2020-12-10 11:27:15 -06:00 committed by GitHub
parent 8609300b20
commit 26e58aaeec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,7 +269,13 @@ armv7l
```
## Bind directories ##
To bind a host directory to a guest location, you can use proot arguments:
To bind a host directory to a guest location:
```sh
junest -b "--bind /home/user/mydata /mnt/mydata"
```
Or using proot arguments:
```sh
junest proot -b "-b /mnt/mydata:/home/user/mydata"