From 788ccf9052d949820a6b682591e10b33c55daf87 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 22 Jun 2023 14:40:00 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb720f3..5e82515 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You need to start the wsl service at first: wsl.exe --install -d Debian ``` -Then enter it by user root at first. +Then switch user to root at first. ``` wsl -u root -d Debian ```