From 4606abccc008c3c19f54c544ea9a4e7b57eebea9 Mon Sep 17 00:00:00 2001 From: Luiz Otavio Vilas Boas Oliveira Date: Mon, 8 Sep 2025 09:18:58 +0200 Subject: [PATCH] Split the instructions to install via terminal (#670) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f130e6f..55c38136 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,12 @@ prek is pretty new, but it is already being used or recommend by some projects a prek provides a standalone installer script to download and install the tool: -```console +```bash # On Linux and macOS curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.0-alpha.2/prek-installer.sh | sh +``` +```powershell # On Windows powershell -ExecutionPolicy ByPass -c "irm https://github.com/j178/prek/releases/download/v0.2.0-alpha.2/prek-installer.ps1 | iex" ```