From b57d8875c7d6046319d4665b4807986706c64928 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Wed, 2 Oct 2024 17:55:33 -0700 Subject: [PATCH] Add script for when run using powershell (#126) --- lila-docker.ps1 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lila-docker.ps1 diff --git a/lila-docker.ps1 b/lila-docker.ps1 new file mode 100644 index 00000000..7769808d --- /dev/null +++ b/lila-docker.ps1 @@ -0,0 +1,11 @@ +echo " + |\_ _ _ _ + /o \ | (_) ___| |__ ___ ___ ___ ___ _ __ __ _ + (_. || | | |/ __| '_ \ / _ \/ __/ __| / _ \| '__/ _` | + /__\ | | | (__| | | | __/\__ \__ \| (_) | | | (_| | + )___( |_|_|\___|_| |_|\___||___/___(_)___/|_| \__, | + |___/" + +echo "If you are trying to run lila-docker on Windows, you need to install and use Windows with WSL" +echo "See the instructions at https://aka.ms/wslstore" +echo ""