Last active
December 20, 2024 05:18
-
-
Save bast/9f5c2843d3e9bc4744e7016b56d8fe8e 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 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
Thanks!