Skip to content

Commit 1d9a025

Browse files
authored
Update README.md
1 parent 05bc8b9 commit 1d9a025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ echo hello > data/hello.txt
1717

1818
# client
1919
$ sudo mkdir /mnt/data
20-
$ sudo mount.nfs4 -v 127.0.0.1:/mnt/data
20+
$ sudo mount.nfs4 -v 127.0.0.1:/ /mnt/data
2121
$ cat /mnt/data/hello.txt
2222
```
2323

0 commit comments

Comments
 (0)