You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cargo-prosa/README.md
+112-4Lines changed: 112 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,13 @@ This builder is packaged within cargo as a custom command to be well integrated
8
8
9
9
## Install
10
10
11
-
As you can tell by its name, cargo-prosa, is tool embeded in [Cargo](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html).
12
-
13
-
Therefore, you can install it via the Cargo command:
11
+
`cargo-prosa` is a [Cargo subcommand](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html), so you need to have [Cargo installed](https://doc.rust-lang.org/cargo/getting-started/installation.html) to use it.
12
+
Install cargo-prosa using the following command:
14
13
```bash
15
14
cargo install cargo-prosa
16
15
```
17
16
18
-
You should have the command installed with its bounch of functions:
17
+
After installation, verify that the command is available and explore its features:
0 commit comments