Simple WorkflowStep 1:Navigate to your homebrew base directory (usually this is /usr/local) Example:cd /usr/local Or, you can docd `brew --prefix` Step 2:Enter brew versions ( is the formula you want to install).You will then get something like:1.0.1 git checkout 1234567 Library/Formula/.rb 1.0.0 git checkout 0123456 Library/Formula/.rb ... Step 3:Choose the desired version and check it out via ..