Skip to content

Commit

Permalink
Dont put installation command under details in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Mar 26, 2024
1 parent f508fc4 commit bae438d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,17 @@ Next-generation toolchain manager for Roblox projects.

Run the installation command for your platform below to get started.

<details> <summary> <b>Windows</b> </summary>

```ps1
iex "& { $(irm https://raw.githubusercontent.com/filiptibell/rokit/main/scripts/install.ps1) } RunJob"
```

</details>

<details> <summary> <b>macOS / Linux</b> </summary>
### macOS / Linux

```sh
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/filiptibell/rokit/main/scripts/install.sh | sh
```

</details>
### Windows

```ps1
iex "& { $(irm https://raw.githubusercontent.com/filiptibell/rokit/main/scripts/install.ps1) } RunJob"
```

You should then be able to run `rokit --help` to see available commands.

Expand Down

0 comments on commit bae438d

Please sign in to comment.