Update 'README.md'

This commit is contained in:
Jeffrey Paul 2021-09-10 22:38:43 +00:00
parent b285f38663
commit 07ba7eacb6
1 changed files with 6 additions and 3 deletions

View File

@ -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
```