From 07ba7eacb62ab60dc096cd76630666807bc7149c Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 10 Sep 2021 22:38:43 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64a8f34..4173565 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ New deal for Catalina/Big Sur: Imaging is dead. Install a fresh install manually, then do the following. -# Manual Steps +# Manual Prerequisite Steps Open System Preferences. @@ -16,10 +16,13 @@ Open a terminal and run the following: * `sudo xcodebuild -license accept` and click ok/install on developer tools installer popup window -* `bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)` +# The Install -# Partial Uninstall During Testing +``` +bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh) +``` +# Uninstall (not 100%, only for dev) ``` rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx ``` \ No newline at end of file