From 9ecfc5c6e059ab5118f981ba25a2f54d523a74b5 Mon Sep 17 00:00:00 2001 From: Marvin Wendt Date: Mon, 5 Feb 2024 10:35:53 +0100 Subject: [PATCH] docs: updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94c1ab6..d7adcb3 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Using instl is the simplest way to install `gttp` on your system. Just copy the following command and paste it into your terminal: -| Operating System | Command | -|------------------|----------------------------------------------| -| macOS | curl -sSL instl.sh/gttp-cli/gttp/macos | bash| -| Windows | iwr instl.sh/gttp-cli/gttp/windows | iex| -| Linux | curl -sSL instl.sh/gttp-cli/gttp/linux | bash| +| Platform | Command | +| -------- | ------- | +| Windows | iwr instl.sh/gttp-cli/gttp/windows | iex | +| macOS | curl -sSL instl.sh/gttp-cli/gttp/macos | bash | +| Linux | curl -sSL instl.sh/gttp-cli/gttp/linux | bash | > [!TIP] > If you want to take a look at the script before running it, you can open the instl.sh URL in your browser.