Skip to content

Commit 88d696a

Browse files
committed
fix path in readme
1 parent f23196e commit 88d696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ makes it behave like reading from /dev/zero:
7777
To install the module for the running linux kernel use:
7878

7979
```
80-
# make -C /lib/modules/$(uname -r)/build M=$PWD modules_install INSTALL_MOD_DIR=fs
80+
# make -C /lib/modules/$(uname -r)/build M=$PWD modules_install INSTALL_MOD_DIR=kernel/fs/nullfs
8181
# depmod
8282
```
8383

0 commit comments

Comments
 (0)