Skip to content

Instantly share code, notes, and snippets.

@coderkan
Forked from bast/jekyll-installation-arch.sh
Created December 19, 2017 07:50
Show Gist options
  • Save coderkan/d611ace8ca3d96fdb4d407c5e0c50b82 to your computer and use it in GitHub Desktop.
Save coderkan/d611ace8ca3d96fdb4d407c5e0c50b82 to your computer and use it in GitHub Desktop.
Jekyll installation on Arch Linux.
sudo pacman -S ruby
gem update --user-install
gem install jekyll --user-install
gem install jekyll-paginate --user-install
gem install pygments.rb --user-install
echo "export PATH=/home/bast/.gem/ruby/2.3.0/bin:\$PATH" >> ~/.localrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment