Skip to content

Commit 40c0f24

Browse files
committed
Update installation instructions
1 parent 52efed9 commit 40c0f24

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@ these libraries from the cache for reverse engineering.
99

1010
Extract the default shared cache to `/tmp/libraries`:
1111

12-
```bash
12+
```sh
1313
dyld-shared-cache-extractor /System/Library/dyld/dyld_shared_cache_arm64e /tmp/libraries
1414
```
1515

1616
## Installation
1717

18-
```bash
19-
brew install dyld-shared-cache-extractor
18+
[Homebrew](https://brew.sh):
19+
20+
```sh
21+
brew install keith/formulae/dyld-shared-cache-extractor
22+
```
23+
24+
Manually, after [installing rust](https://rustup.rs):
25+
26+
```sh
27+
cargo install --locked --path .
2028
```
2129

2230
## More details

0 commit comments

Comments
 (0)