We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164ca06 commit b585a63Copy full SHA for b585a63
1 file changed
README.md
@@ -40,7 +40,7 @@ as follows:
40
You may wish to include `-j$(nproc)` on the first `make` command to build in parallel.
41
42
Then, you can use a provided script to create a VHDX containing the modules:
43
- `$ ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx`
+ `$ sudo ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx`
44
45
To save space, you can now delete the compilation artifacts:
46
`$ make clean && rm -r "$PWD/modules"`
0 commit comments