Skip to content

Commit a5b6a99

Browse files
authored
Update README.md
1 parent f404af3 commit a5b6a99

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,20 @@ Then Run `update` from the terminal and it will run the script
2323

2424
### Manually Downloading and Running Script
2525

26-
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it.
26+
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it
2727

2828
```sh
2929
USER_SCRIPTS="${HOME}/"
3030
curl -fsSLo "$USER_SCRIPTS/update" https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-all.sh
3131
chmod +x "$USER_SCRIPTS/update"
3232
```
3333

34-
**Now you can run the script anytime by simply typing `./update` from your home directory in your terminal.**
34+
Optional:
35+
36+
Add an alias command to the udpate script in your .zshrc file
37+
Feel free to edit, or `#`comment out commands from the `update_all()` function of the script to skip them
38+
39+
Now you can run the script anytime by simply typing `./update` from your home directory in your terminal
3540

3641
## Supported Updates
3742

0 commit comments

Comments
 (0)