[Mac] brew using on M1

- How to use brew on Mac with M1 processor?
- Just add arch -x86_64 before brew command.

For example the final result will be:  arch -x86_64 brew upgrade

Комментарии