Skip to content

Commit

Permalink
Update version to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 25, 2024
1 parent a4eee9b commit 628e76e
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 @@ -79,7 +79,7 @@ So, you will have the same directory and same default env variables when you `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 `sshfs` or `nfs` share code instead.


```
Expand All @@ -94,7 +94,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 socat

Expand Down

0 comments on commit 628e76e

Please sign in to comment.