-
-
Save ferox/a60c1ac269c3b19e478adaf2fe0f23a2 to your computer and use it in GitHub Desktop.
Instalar Jekyll no Fedora 27 / Install Jekyll on Fedora 27
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
dnf install ruby ruby-devel redhat-rpm-config gcc gcc-c++ | |
gem install json | |
gem install jekyll bundler | |
gem update --system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment