Update 'README.md'

Removed unneccessary lines about editing wsl config
This commit is contained in:
Gyorgy Berenyi
2023-07-15 07:46:27 +00:00
parent a829e7d6ca
commit 8a00321c62

View File

@@ -19,22 +19,6 @@ After successfuly entered, prepare the linux system, add a new user via usermod
usermod -aG sudo <user> usermod -aG sudo <user>
``` ```
Not important, but it is needed any command line editor for example vim.
```
apt-get install vim
```
Then edit the wsl.conf file:
```
vim /etc/wsl.conf
```
Please add this lines:
```
[boot]
systemd=true
```
Then type logout and restart the wsl system by command: Then type logout and restart the wsl system by command:
``` ```
wsl --shutdown -d Debian wsl --shutdown -d Debian