From 3c767cb9981bb14282930219fc31460cd2c56bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Wed, 20 Mar 2024 15:37:42 +0100 Subject: [PATCH] Add note on installation inside WSL --- doc/getting-started/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/getting-started/installation.md b/doc/getting-started/installation.md index adee493b..51cf3e03 100644 --- a/doc/getting-started/installation.md +++ b/doc/getting-started/installation.md @@ -28,6 +28,10 @@ curl "https://github.com/jolicode/castor/releases/latest/download/castor.linux-a (echo "Could not install castor. Is the target directory writeable?" && (exit 1)) ``` +> [!CAUTION] +> When using Windows Subsystem for Linux (WSL), you should still use the +> Windows phar instead of the Linux phar. + #### Phar for MacOS with Apple Silicon For Mac with Apple Silicon processors (M1, M2, M3, etc).