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: crates/cargo-codspeed/README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,13 @@ A cargo subcommand for running CodSpeed on your project
12
12
13
13
## Installation
14
14
15
-
### With `cargo-binstall`(recommended)
15
+
### With `cargo`
16
+
17
+
```bash
18
+
cargo install cargo-codspeed --locked
19
+
```
20
+
21
+
### With `cargo-binstall`(recommended in CI)
16
22
17
23
[`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall) enables you to install binaries directly without having to build from the source(with `cargo install`) every time.
18
24
@@ -28,12 +34,6 @@ You can then install `cargo-codspeed` with:
28
34
cargo binstall cargo-codspeed
29
35
```
30
36
31
-
### With `cargo`
32
-
33
-
```bash
34
-
cargo install cargo-codspeed --locked
35
-
```
36
-
37
37
## Usage
38
38
39
39
```
@@ -48,10 +48,6 @@ Options:
48
48
-V, --version Print version information
49
49
```
50
50
51
-
## Advanced Usage
52
-
53
-
The `vendored-openssl` feature can be used to statically link with openssl with `cargo install cargo-codspeed --features vendored-openssl`.
0 commit comments