From 32d0d333a65a18488828a856f834db5969cc6985 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Thu, 15 Feb 2024 17:13:51 -0500 Subject: [PATCH] Update Common-Issues.md: One last attempt at whitespace fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …before I drop into a codespace to fight mdl --- docs/Common-Issues.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md index d6442eb472..97161362dc 100644 --- a/docs/Common-Issues.md +++ b/docs/Common-Issues.md @@ -147,12 +147,15 @@ Follow these steps to do this. 1. Run `arch -x86_64 /usr/local/bin/brew bundle dump --global` to dump your current installed formulae list to `~/.Brewfile`. 1. Review the contents of `~/.Brewfile` to remove things you no longer want to have installed. 1. Verify that your terminal emulator is running in arm64 mode by checking that the output of `arch` is `arm64`. + * If it is not, use a different terminal emulator, such as Apple's Terminal.app, that will run in `arm64` mode. + 1. Reinstall Homebrew under the correct prefix (`/opt/homebrew`), which will happen by default when the terminal is running in arm64 mode. * **Follow the _Next Steps_ instructions** listed at the end of the installation process; - failing to adjust your shell configuration accordingly could break your Homebrew installation. + failing to adjust your shell configuration accordingly could break your Homebrew installation. + 1. Run `/opt/homebrew/bin/brew bundle install --global` to replicate your original formulae installation using your new Homebrew installation in `/opt/homebrew`. Note that if it's been a long time since you ran `brew upgrade`, you may encounter some package renaming that will require manual resolution.