Skip to content

Commit ff0e625

Browse files
authored
Add pesde as installation option
1 parent 782be23 commit ff0e625

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,25 @@ It's a modern alternative to [Tarmac](https://github.com/Roblox/Tarmac).
1818

1919
### [Homebrew](https://brew.sh) (macOS/Linux)
2020

21-
```sh
21+
```bash
2222
brew tap jacktabscode/tap
2323
brew install asphalt
2424
```
2525

26+
### [Pesde](https://github.com/pesde-pkg/pesde)
27+
```bash
28+
pesde add --dev pesde/asphalt --target lune
29+
```
30+
2631
### [Aftman](https://github.com/lpghatguy/aftman) or [Rokit](https://github.com/rojo-rbx/rokit)
2732

28-
```sh
33+
```bash
2934
aftman add jacktabscode/asphalt
3035
```
3136

3237
### [Cargo](https://crates.io/crates/asphalt) (build from source)
3338

34-
```sh
39+
```bash
3540
cargo install asphalt
3641
```
3742

0 commit comments

Comments
 (0)