We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c1abd commit 78f8860Copy full SHA for 78f8860
README.md
@@ -14,16 +14,17 @@ Asphalt is a simple CLI tool used to upload assets to Roblox and easily referenc
14
15
## Installation
16
17
-### [Aftman](https://github.com/lpghatguy/aftman)
+### [Homebrew](https://brew.sh) (macOS/Linux)
18
19
```sh
20
-aftman add jacktabscode/asphalt
+brew tap jacktabscode/tap
21
+brew install asphalt
22
```
23
-### [Rokit](https://github.com/rojo-rbx/rokit)
24
+### [Aftman](https://github.com/lpghatguy/aftman) or [Rokit](https://github.com/rojo-rbx/rokit)
25
26
-rokit add jacktabscode/asphalt
27
+aftman add jacktabscode/asphalt
28
29
30
### [Cargo](https://crates.io/crates/asphalt) (build from source)
0 commit comments