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 84d4ee7 commit 9ecfc5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <code>curl -sSL instl.sh/gttp-cli/gttp/macos | bash</code>|
| Windows | <code>iwr instl.sh/gttp-cli/gttp/windows | iex</code>|
| Linux | <code>curl -sSL instl.sh/gttp-cli/gttp/linux | bash</code>|
| 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> |

> [!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 9ecfc5c

Please sign in to comment.