Skip to content

Commit

Permalink
feature(main): add changelog (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>

Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu authored Nov 29, 2022
1 parent 4e2d590 commit 7a68a83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ sealvm install

- init vms
```shell
sealvm run --masters=1 --nodes=1 --registry=0 --dev --dev-mounts=/Users/xxx:/Users/xxx
sealvm run --nodes=1
```

- init vms add dev
```shell
sealvm run --nodes=1 --dev --dev-mounts=/Users/xxx:/Users/xxx
```

- reset vms
Expand Down

0 comments on commit 7a68a83

Please sign in to comment.