Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/cli/cli-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.17.0" }

Next, run `foreman install` to install `rbxcloud`.

### [Rokit](https://github.com/rojo-rbx/rokit)
Run the `rokit add` command within your project directory. This will add `rbxcloud` to the project's `rokit.toml` file.
```sh
$ rokit add Sleitnick/[email protected]
```

Next, run `rokit install` to install `rbxcloud`.

??? info "Legacy"
Aftman is preferred over Foreman. For more information, see the [Aftman](https://github.com/LPGhatguy/aftman) GitHub repository.

Expand Down