Skip to content

Commit 5cfd4ee

Browse files
committed
Update version to v1.0.6
1 parent 752f390 commit 5cfd4ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ So, you will have the same directory and same default env variables when you `ru
6868

6969
The default shell in FreeBSD is `csh`, if you want to use `sh` to execute the `run` script, please set `usesh` to `true`.
7070

71-
The code is shared from the host to the VM via `rsync`, you can choose to use to `sshfs` share code instead.
71+
The code is shared from the host to the VM via `rsync` by default, you can choose to use to `sshfs` share code instead.
7272

7373

7474
```
@@ -94,6 +94,8 @@ The code is shared from the host to the VM via `rsync`, you can choose to use to
9494

9595
```
9696
97+
You can also set `sync: no`, so the files will not be synced to the VM.
98+
9799
98100
When using `rsync`, you can define `copyback: false` to not copy files back from the VM in to the host.
99101

0 commit comments

Comments
 (0)