Installing Solana on an M1 Macbook

Опубликовано: 13 Июль 2026
на канале: TomLand
1,703
29

Guide used:

https://dev.to/nickgarfield/how-to-in...

Major Differences Between My Guide and Above Guide:

nickgarfield Guide suggests running: arch -x86_64 brew install [email protected]

My guide suggests running:
arch -x86_64 /usr/local/bin/brew install coreutils
arch -x86_64 /usr/local/bin/brew install [email protected]

To access your bash profile, you can type vim ~/.bash_profile but I would recommend doing your own research if you are confused here!