Skip to content

Commit 3863935

Browse files
danbugssimongdavies
andcommitted
Update README.md
Co-authored-by: Simon Davies <[email protected]> Signed-off-by: danbugs <[email protected]>
1 parent b92d2b9 commit 3863935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ If all worked as expected, you should the following message in your console:
220220
Hello, World! I am executing inside of a VM :)
221221
```
222222

223-
If you get the error `Error: NoHypervisorFound` and KVM or mshv is set up then this may be a permissions issue. In bash, you can use `ls -l /dev/kvm` or `ls -l /dev/mshv` to check which groups that owns the device and then `groups` to make sure your user is a member of that group.
223+
If you get the error `Error: NoHypervisorFound` and KVM or mshv is set up then this may be a permissions issue. In bash, you can use `ls -l /dev/kvm` or `ls -l /dev/mshv` to check which group owns that device and then `groups` to make sure your user is a member of that group.
224224

225225
For more details on how to verify that KVM is correctly installed and permissions are correct, follow the guide [here](https://help.ubuntu.com/community/KVM/Installation).
226226

0 commit comments

Comments
 (0)