From a0637c2f612b3937110791dac95d64753aa6121d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejaime=20Ant=C3=B4nio=20de=20Oliveira=20Neto?= Date: Fri, 19 Dec 2025 22:20:09 +0000 Subject: [PATCH] Update Windows installation instructions in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dejaime Antônio de Oliveira Neto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b9d75e71e..384b866bf24 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ curl -sSf https://install.spacetimedb.com | sh #### Install on Windows -Installing on Windows is as simple as pasting the above snippet into PowerShell. If you would like to use WSL instead, please follow the Linux install instructions. +Installing on Windows is as simple as pasting the snippet below into PowerShell. If you would like to use WSL instead, please follow the Linux install instructions. ```ps1 iwr https://windows.spacetimedb.com -useb | iex