-
-
Save coderkan/d611ace8ca3d96fdb4d407c5e0c50b82 to your computer and use it in GitHub Desktop.
Jekyll installation on Arch Linux.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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