mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
27 lines
No EOL
439 B
Markdown
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! |