Skip to content

Instantly share code, notes, and snippets.

@hyperion0201
Created May 5, 2019 02:58
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 hyperion0201/05dab516b6b39d9524809dce6991225d to your computer and use it in GitHub Desktop.
Save hyperion0201/05dab516b6b39d9524809dce6991225d to your computer and use it in GitHub Desktop.
Jekyll 2.6.0 Installation on Manjaro/Arch Linux based.
sudo pacman -S ruby ruby-rdoc
gem update
gem install jekyll
# Add this line to .zshrc (if you are using ZSH) : export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH
# For default terminal, add to .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment