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