From 644908d856f320cb342e2ffcd97056113969d6a5 Mon Sep 17 00:00:00 2001 From: Baipyrus <39416358+Baipyrus@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:18:50 +0200 Subject: [PATCH] remove intentional newline in installation step, ignoring markdown_lint --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e2aca..b59d0fc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,5 @@ cloning the repository or directly execute it from shell: ```pwsh # Using 'Invoke-RestMethod' and 'Invoke-Expression' -irm 'https://raw.githubusercontent.com/Baipyrus/dotfiles/main/install_windows.ps1' - | iex +irm 'https://raw.githubusercontent.com/Baipyrus/dotfiles/main/install_windows.ps1' | iex ```