Skip to content

Instantly share code, notes, and snippets.

@ferox
Forked from tiagohm/install-jekyll-fedora.sh
Last active August 10, 2018 20:47
Show Gist options
  • Save ferox/a60c1ac269c3b19e478adaf2fe0f23a2 to your computer and use it in GitHub Desktop.
Save ferox/a60c1ac269c3b19e478adaf2fe0f23a2 to your computer and use it in GitHub Desktop.
Instalar Jekyll no Fedora 27 / Install Jekyll on Fedora 27
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