Skip to content

Commit

Permalink
update WSL2 install instruction (iovisor#4423)
Browse files Browse the repository at this point in the history
update WSL2 install instruction in documentation.
  • Loading branch information
yifeifang committed Jan 7, 2023
1 parent 2a6a9bb commit 1a5cd88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ make modules
sudo make modules_install
````

After install the module you will need to change the name of the directory to remove the '+' at the end

````
mv /lib/modules/$KERNEL_VERSION-microsoft-standard-WSL2+/ /lib/modules/$KERNEL_VERSION-microsoft-standard-WSL2
````

Then you can install bcc tools package according your distribution.

If you met some problems, try to
Expand Down

0 comments on commit 1a5cd88

Please sign in to comment.