Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Feb 5, 2024
1 parent 9ecfc5c commit 2922464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Just copy the following command and paste it into your terminal:

| Platform | Command |
| -------- | ------- |
| Windows | <code>iwr instl.sh/gttp-cli/gttp/windows | iex<code> |
| macOS | <code>curl -sSL instl.sh/gttp-cli/gttp/macos | bash<code> |
| Linux | <code>curl -sSL instl.sh/gttp-cli/gttp/linux | bash<code> |
| 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.
Expand Down

0 comments on commit 2922464

Please sign in to comment.