Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sahilrajput03/1aad1c5f51a47285326499d3358d3b5f to your computer and use it in GitHub Desktop.
Save sahilrajput03/1aad1c5f51a47285326499d3358d3b5f to your computer and use it in GitHub Desktop.
Jekyll installation on Arch Linux.
sudo pacman -S ruby ruby-rdoc gcc make
gem update --user-install
gem install jekyll --user-install
# finally add $HOME/.gem/ruby/2.7.0/bin to your PATH variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment