diff --git a/README.md b/README.md index d8a34c5..547b32e 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,6 @@ After successfuly entered, prepare the linux system, add a new user via usermod usermod -aG sudo ``` -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: ``` wsl --shutdown -d Debian