mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Fix typo in WSL section of README
`u` -> `you`
This commit is contained in:
parent
4e2a71ba9b
commit
c82e7a6f62
@ -1037,7 +1037,7 @@ This could simply be solved by running this in your root directory:
|
|||||||
sudo chattr +i /etc/resolv.conf
|
sudo chattr +i /etc/resolv.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
This deletes your `resolv.conf` file that is automatically generated when u run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.
|
This deletes your `resolv.conf` file that is automatically generated when you run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.
|
||||||
|
|
||||||
You can check the contents of the file by running:
|
You can check the contents of the file by running:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user