mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(docs): few changes
This commit is contained in:
parent
496cdbe6b6
commit
8af04ad70c
3 changed files with 38 additions and 9 deletions
|
|
@ -1,20 +1,27 @@
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
## `with Wally`
|
## wally
|
||||||
|
|
||||||
1. Get Rojo and Wally ready.
|
|
||||||
2. Add Warp to your `wally.toml`.
|
|
||||||
|
|
||||||
::: code-group
|
::: code-group
|
||||||
```toml [wally.toml]
|
```toml [wally.toml]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
warp = "imezx/warp@1.0.13"
|
warp = "imezx/warp@1.1.0"
|
||||||
```
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
3. Run `wally install` in command.
|
## pesde
|
||||||
4. Link the module and Your Done!
|
|
||||||
|
|
||||||
## `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)
|
1. Get the `.rbxm` file from the [github](https://github.com/imezx/Warp)
|
||||||
2. Import the `.rbxm` file into roblox studio manually and Done!
|
2. Import the `.rbxm` file into roblox studio manually and Done!
|
||||||
|
|
@ -10,7 +10,7 @@ hero:
|
||||||
link: /guide/
|
link: /guide/
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: API Reference
|
text: API Reference
|
||||||
link: /api/1.0/warp
|
link: /api/1.1/warp
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: View on Github
|
text: View on Github
|
||||||
link: https://github.com/imezx/Warp
|
link: https://github.com/imezx/Warp
|
||||||
|
|
|
||||||
22
pesde.toml
Normal file
22
pesde.toml
Normal 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"
|
||||||
Loading…
Reference in a new issue