Skip to content

Commit

Permalink
docs: ubi cargo install instruction incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
roele committed Oct 1, 2024
1 parent 4ac34da commit e4e5e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev-tools/backends/ubi.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ The code for this is inside of the mise repository at [`./src/backend/ubi.rs`](h
## Dependencies

This relies on having `ubi` installed. You can install it with or without mise.
Here is how to install `ubi` with mise:
Here is how to install `ubi-cli` with mise:

```sh
mise use -g cargo:ubi
mise use -g cargo:ubi-cli
```

## Usage
Expand Down

0 comments on commit e4e5e6e

Please sign in to comment.