Skip to content

Commit 050aa51

Browse files
authored
Update README with Cloud Hypervisor setup instructions
Added installation instructions for Cloud Hypervisor and verification commands.
1 parent 24f2df3 commit 050aa51

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Check that we can run Chrome in a Cloud Hypervisor VM using our existing image b
44

55
## Initial setup:
66

7+
Install cloud-hypervisor by [installing the pre-built binaries](https://www.cloudhypervisor.org/docs/prologue/quick-start/#use-pre-built-binaries). Make sure `ch-root` and `cloud-hypervisor` are in path (requires renaming the binaries).
8+
9+
```
10+
# this should work
11+
ch-remote --version
12+
cloud-hypervisor --version
13+
```
14+
15+
I used version `v48.0.0`
16+
717
Download a kernel; we will use this when we start the VM:
818

919
```bash

0 commit comments

Comments
 (0)