Skip to content

Commit

Permalink
Add empty installer scripts, update readme with runners
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Mar 26, 2024
1 parent e801b70 commit 86f38e7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,32 @@ Next-generation toolchain manager for Roblox projects.

## Installation

Run the installation script for your platform below to get started. <br/>
Rokit will guide you through the rest.
Run the installation command for your platform below to get started.

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

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

### macOS / Linux
</details>

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

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

</details>

<br/>

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

### Upgrading

Run `rokit self-update` in your terminal.

## Q & A

<details> <summary> <b>Why use Rokit over Foreman or Aftman?</b> </summary>
Expand Down
Empty file added scripts/install.ps1
Empty file.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/bin/sh

0 comments on commit 86f38e7

Please sign in to comment.