From 9b8097c5c064f9b9218f058ee3ffe09737ffb677 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 18 Aug 2024 13:23:24 +0200 Subject: [PATCH] Shorten curl command so it fits on the page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22fedc6..640a5ff 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Follow the instructions for your platform below - when installed, Rokit will gui Run the automated installer script in your terminal: ```sh -curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash +curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash ``` ### Windows