mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
20 lines
No EOL
406 B
Markdown
20 lines
No EOL
406 B
Markdown
# Installation
|
|
|
|
## `with Wally`
|
|
|
|
1. Get Rojo and Wally ready.
|
|
2. Add Warp to your `wally.toml`.
|
|
|
|
::: code-group
|
|
```toml [wally.toml]
|
|
[dependencies]
|
|
warp = "imezx/warp@1.0.0"
|
|
```
|
|
|
|
3. Run `wally install` in command.
|
|
4. Link the module and Your Done!
|
|
|
|
## `without Wally`
|
|
|
|
1. Get the `.rbxm` file from the [github](https://github.com/imezx/Warp)
|
|
2. Import the `.rbxm` file into roblox studio manually and Done! |