File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ A wrapper around [`anchor test`] for computing test coverage
4
4
5
5
## Steps to use
6
6
7
- 1 . Install the Agave validator [ from source] after adding the following to the ` [patch.crate -io] ` section near the end of its Cargo.toml:
7
+ 1 . Install the Agave validator [ from source] after adding the following to the ` [patch.crates -io] ` section near the end of its Cargo.toml:
8
8
9
9
``` toml
10
10
solana-sbpf = { git = " https://github.com/trail-of-forks/sbpf-coverage" }
11
11
```
12
12
13
- For many situations , the following commands should suffice:
13
+ For Linux users , the following commands should suffice:
14
14
15
15
``` sh
16
16
sed -i ' /^\[patch\.crates-io\]$/a solana-sbpf = { git = "https://github.com/trail-of-forks/sbpf-coverage" }' Cargo.toml
You can’t perform that action at this time.
0 commit comments