From 15cc07c8903e80d0bedc957b40bd2d34b67ef824 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Wed, 2 Oct 2024 20:51:26 -0400 Subject: [PATCH] add ascii --- lila-docker.ps1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lila-docker.ps1 b/lila-docker.ps1 index faaec504..f53409aa 100644 --- a/lila-docker.ps1 +++ b/lila-docker.ps1 @@ -1,2 +1,9 @@ -echo "If you're trying to run lila-docker on Windows, you need to install and use Windows with WSL" +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"