Skip to content

Commit

Permalink
docs: ubi cargo install instruction incorrect (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
roele authored Oct 2, 2024
1 parent ab1a039 commit aae87d1
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 aae87d1

Please sign in to comment.