chore(bins): update asphalt README

This commit is contained in:
Erica Marigold 2025-03-03 19:46:13 +00:00
parent da74cb0a94
commit 454039cac5
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -18,20 +18,25 @@ It's a modern alternative to [Tarmac](https://github.com/Roblox/Tarmac).
### [Homebrew](https://brew.sh) (macOS/Linux) ### [Homebrew](https://brew.sh) (macOS/Linux)
```sh ```bash
brew tap jacktabscode/tap brew tap jacktabscode/tap
brew install asphalt brew install asphalt
``` ```
### [Pesde](https://github.com/pesde-pkg/pesde)
```bash
pesde add --dev pesde/asphalt --target lune
```
### [Aftman](https://github.com/lpghatguy/aftman) or [Rokit](https://github.com/rojo-rbx/rokit) ### [Aftman](https://github.com/lpghatguy/aftman) or [Rokit](https://github.com/rojo-rbx/rokit)
```sh ```bash
aftman add jacktabscode/asphalt aftman add jacktabscode/asphalt
``` ```
### [Cargo](https://crates.io/crates/asphalt) (build from source) ### [Cargo](https://crates.io/crates/asphalt) (build from source)
```sh ```bash
cargo install asphalt cargo install asphalt
``` ```