From faf1485531dbeff9cee5d467e11ef88581359f2c Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 23 Mar 2023 10:17:04 +1100 Subject: [PATCH] Update step-2.html.md Bugfix: trailing backtick was in the wrong place, causing the command to fail if copied and pasted into MSYS. --- source/articles/installation/windows/step-2.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/articles/installation/windows/step-2.html.md b/source/articles/installation/windows/step-2.html.md index 5b80fb5..1d26ac1 100644 --- a/source/articles/installation/windows/step-2.html.md +++ b/source/articles/installation/windows/step-2.html.md @@ -15,7 +15,7 @@ Once you have MSYS2 installed, you can install the SplashKit library: 1. In your MSYS2 Terminal, paste and run the following line - `bash <(curl -s https://raw.githubusercontent.com/splashkit/skm/master/install-scripts/skm-install.sh)`. + `bash <(curl -s https://raw.githubusercontent.com/splashkit/skm/master/install-scripts/skm-install.sh) .` This can also be found on the [SplashKit](http://www.splashkit.io) home page.