From 454039cac5293945ae0c6fd3d669a5c21d264a1b Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 3 Mar 2025 19:46:13 +0000 Subject: [PATCH] chore(bins): update `asphalt` README --- bins/asphalt/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bins/asphalt/README.md b/bins/asphalt/README.md index c66d91e..2da245e 100644 --- a/bins/asphalt/README.md +++ b/bins/asphalt/README.md @@ -18,20 +18,25 @@ It's a modern alternative to [Tarmac](https://github.com/Roblox/Tarmac). ### [Homebrew](https://brew.sh) (macOS/Linux) -```sh +```bash brew tap jacktabscode/tap 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) -```sh +```bash aftman add jacktabscode/asphalt ``` ### [Cargo](https://crates.io/crates/asphalt) (build from source) -```sh +```bash cargo install asphalt ```