Skip to content

Commit

Permalink
Update version to
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 25, 2024
1 parent 5a7529f commit c043f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The default shell in BaseVM is `csh`, if you want to use `sh` to execute the `ru

## 2. Share code

The code is shared from the host to the VM via `rsync` by default, you can choose to use to `sshfs` share code instead.
The code is shared from the host to the VM via `rsync` by default, you can choose to use to `sshfs` or `nfs` share code instead.


```
Expand All @@ -87,7 +87,7 @@ The code is shared from the host to the VM via `rsync` by default, you can choos
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
sync: sshfs
sync: sshfs # or: nfs
prepare: |
pkg install -y curl

Expand Down

0 comments on commit c043f3f

Please sign in to comment.