File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,16 @@ and `vendor.qti.hardware.iop@2.0.so`.
39
39
aosp-missing-blobs uses this idea to identify all the dependencies of a given list of blobs, and to
40
40
check whether any of these dependencies are not present.
41
41
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
+
42
52
### Building
43
53
44
54
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:
98
108
- Etc.
99
109
100
110
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 ) .
You can’t perform that action at this time.
0 commit comments