Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/articles/installation/windows/step-2.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down