chore(docs): few changes

This commit is contained in:
khtsly 2026-02-12 16:38:34 +07:00
parent 496cdbe6b6
commit 8af04ad70c
3 changed files with 38 additions and 9 deletions

View file

@ -1,20 +1,27 @@
# Installation
## `with Wally`
1. Get Rojo and Wally ready.
2. Add Warp to your `wally.toml`.
## wally
::: code-group
```toml [wally.toml]
[dependencies]
warp = "imezx/warp@1.0.13"
warp = "imezx/warp@1.1.0"
```
:::
3. Run `wally install` in command.
4. Link the module and Your Done!
## pesde
## `without Wally`
::: 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!

View file

@ -10,7 +10,7 @@ hero:
link: /guide/
- theme: alt
text: API Reference
link: /api/1.0/warp
link: /api/1.1/warp
- theme: alt
text: View on Github
link: https://github.com/imezx/Warp

22
pesde.toml Normal file
View file

@ -0,0 +1,22 @@
name = "eternitydev/warp"
version = "1.1.0-pre1"
description = "A very-fast & powerful networking library."
authors = ["eternitydev"]
repository = "https://github.com/imezx/Warp"
license = "MIT"
includes = [
"pesde.toml",
"README.md",
"LICENSE",
"src/**/*.luau",
"docs/**/*.md",
"docs/**/*.png",
]
[target]
environment = "luau"
lib = "src/init.luau"
build_files = ["src"]
[indices]
default = "https://github.com/pesde-pkg/index"