Skip to content

Commit ec5246f

Browse files
committed
Add installation instructions to README
1 parent eed775d commit ec5246f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ and `vendor.qti.hardware.iop@2.0.so`.
3939
aosp-missing-blobs uses this idea to identify all the dependencies of a given list of blobs, and to
4040
check whether any of these dependencies are not present.
4141

42+
### Installation
43+
44+
#### Cargo
45+
46+
You can install with `cargo` after [setting up Rust](https://www.rust-lang.org/tools/install):
47+
48+
```
49+
cargo install aosp-missing-blobs
50+
```
51+
4252
### Building
4353

4454
aosp-missing-blobs is written in Rust, hence you'll need [Rust to be installed](https://www.rust-lang.org) to build the project.
@@ -98,7 +108,3 @@ Other directories with blobs include the following:
98108
- Etc.
99109

100110
Take note that the more directories you specify as arguments, the longer the program will run for!
101-
102-
### Downloads
103-
104-
Binary downloads can be found in the [Releases](https://github.com/joshuous/AospMissingBlobs/releases).

0 commit comments

Comments
 (0)