Warp/docs/guide/installation.md
2026-02-12 16:38:34 +07:00

27 lines
No EOL
439 B
Markdown

# Installation
## wally
::: code-group
```toml [wally.toml]
[dependencies]
warp = "imezx/warp@1.1.0"
```
:::
## pesde
::: code-group
```toml [pesde.toml]
[dependencies]
warp = { name = "eternitydev/warp", version = "^1.1.0" }
```
```bash [cli]
pesde add eternitydev/warp
```
:::
## Roblox Studio
1. Get the `.rbxm` file from the [github](https://github.com/imezx/Warp)
2. Import the `.rbxm` file into roblox studio manually and Done!