From 40c0f249a404644dcb005f526c9d822d0d71354e Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 3 Aug 2021 10:48:50 -0700 Subject: [PATCH] Update installation instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 271b44b..603b834 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,22 @@ these libraries from the cache for reverse engineering. Extract the default shared cache to `/tmp/libraries`: -```bash +```sh dyld-shared-cache-extractor /System/Library/dyld/dyld_shared_cache_arm64e /tmp/libraries ``` ## Installation -```bash -brew install dyld-shared-cache-extractor +[Homebrew](https://brew.sh): + +```sh +brew install keith/formulae/dyld-shared-cache-extractor +``` + +Manually, after [installing rust](https://rustup.rs): + +```sh +cargo install --locked --path . ``` ## More details