We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60fa54 commit 55fb54aCopy full SHA for 55fb54a
1 file changed
README.md
@@ -35,7 +35,7 @@ as follows:
35
36
3. Build the kernel using the WSL2 kernel configuration and put the modules in a `modules`
37
folder under the current working directory:
38
- `$ make KCONFIG_CONFIG=Microsoft/config-wsl && make MODLIB="$PWD/modules" modules_install`
+ `$ make KCONFIG_CONFIG=Microsoft/config-wsl && make INSTALL_MOD_PATH="$PWD/modules" modules_install`
39
40
You may wish to include `-j$(nproc)` on the first `make` command to build in parallel.
41
0 commit comments