Update README.md

This commit is contained in:
jfraeys 2023-11-25 01:45:55 -05:00 committed by GitHub
parent 3ac1a5fd8e
commit 516aaf5b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ These binary files serve specific functions in my development environment.
### `update_brew_lists`
**Subtitle: A Utility for Managing Homebrew and Homebrew Cask Packages**
`update_brew_lists` is a utility script to manage and update lists of Homebrew and Homebrew Cask packages. It's particularly useful for maintaining a record of installed packages and automating the installation process on new machines.
#### Getting Started
@ -61,4 +63,4 @@ These binary files serve specific functions in my development environment.
./update_brew_lists --save-brew-dir ~/my_custom_brew_lists --save-cask-dir ~/my_custom_cask_lists
```
Feel free to customize and expand this section based on the specific usage and features of `update_brew_lists`.
Feel free to customize further based on your specific use case and preferences.