Skip to content

Commit

Permalink
Add Cargo install instructions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Mar 7, 2024
1 parent 94b2a7d commit 3de0eec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ Asphalt is a simple CLI tool used to upload assets to Roblox and easily referenc

## Installation

You can install Asphalt using [Aftman](https://github.com/LPGhatguy/aftman):
### Aftman

```sh
aftman add jacktabscode/asphalt
```

### Cargo

```sh
cargo install asphalt
```

## Usage

Just run `asphalt --help` to see the available options.

0 comments on commit 3de0eec

Please sign in to comment.