Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ziwen Ning <ningziwe@amazon.com>
  • Loading branch information
ningziwen committed Dec 22, 2022
1 parent 82611f5 commit 8fe657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Currently, the options are:

* CPUs [int] (required): the amount of vCPU to dedicate to the virtual machine
* Memory [string] (required): the amount of memory to dedicate to the virtual machine
* AdditionalDirectories [AdditionalDirectory{path [string]}] (optional): the work directories that are not supported by default. In macOS, only home directory is supported by default.
* AdditionalDirectories [AdditionalDirectory{path [string]}] (optional): the work directories that are not supported by default. In macOS, only home directory is supported by default. For example, if you want to mount a directory into a container, and that directory is not under your home directory, then you'll need to specify this field to add that directory or any ascendant of it as a work directory.

For a full list of configuration options, check [the struct here](pkg/config/config.go#L25).

Expand Down

0 comments on commit 8fe657b

Please sign in to comment.