From 7b283a98fe8ff659531bf6d0892948581c43d5ef Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Wed, 2 Oct 2024 20:42:48 -0400 Subject: [PATCH] Add script for when run using powershell --- lila-docker.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lila-docker.ps1 diff --git a/lila-docker.ps1 b/lila-docker.ps1 new file mode 100644 index 00000000..faaec504 --- /dev/null +++ b/lila-docker.ps1 @@ -0,0 +1,2 @@ +echo "If you're 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"