Prepare a computer for Substrate development
# Install Homebrew if necessary https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Make sure Homebrew is up-to-date, install openssl
brew update
brew install openssl
sudo apt update
# May prompt for location information
sudo apt install -y git clang curl libssl-dev
pacman -Syu --needed --noconfirm curl git clang
sudo dnf update
sudo dnf install clang curl git openssl-devel
2. Setup Rust Developer Environment
curl https://getsubstrate.io -sSf | bash -s -- --fast