We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782be23 commit ff0e625Copy full SHA for ff0e625
README.md
@@ -18,20 +18,25 @@ It's a modern alternative to [Tarmac](https://github.com/Roblox/Tarmac).
18
19
### [Homebrew](https://brew.sh) (macOS/Linux)
20
21
-```sh
+```bash
22
brew tap jacktabscode/tap
23
brew install asphalt
24
```
25
26
+### [Pesde](https://github.com/pesde-pkg/pesde)
27
28
+pesde add --dev pesde/asphalt --target lune
29
+```
30
+
31
### [Aftman](https://github.com/lpghatguy/aftman) or [Rokit](https://github.com/rojo-rbx/rokit)
32
33
34
aftman add jacktabscode/asphalt
35
36
37
### [Cargo](https://crates.io/crates/asphalt) (build from source)
38
39
40
cargo install asphalt
41
42
0 commit comments