From c7ceedb27c7f9cf93d103351213e0baf83f72f4f Mon Sep 17 00:00:00 2001 From: Aryan Anand <73695300+aryan-212@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:40:11 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5cff5f7..e78aeb4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Hadoop on Docker ## Linux/WSL ### Installation +if you're using WSL make sure to update it +```powershell +wsl.exe --update +``` +Installation Script ```bash sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock ```