Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KarolinaCzo/ea9e301bb831f51257112a17b1732096 to your computer and use it in GitHub Desktop.
Save KarolinaCzo/ea9e301bb831f51257112a17b1732096 to your computer and use it in GitHub Desktop.
Install Homebrew
More info here: https://docs.brew.sh/Homebrew-on-Linux
1) Installation script installs Homebrew:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
When instalation ends, you'll see next steps:
2) sudo dnf groupinstall 'Development Tools'
3) eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
4) brew install gcc
Info on taking next steps to create a new Gatsby project are described here:
https://www.gatsbyjs.org/tutorial/part-zero/
It's good to remember to run:
sudo npm install -g gatsby-cli
THE END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment