Skip to content

Instantly share code, notes, and snippets.

@tiagohm
Last active October 23, 2018 11:10
Show Gist options
  • Save tiagohm/1af340e7e64f7f8cb477605dbd3e8138 to your computer and use it in GitHub Desktop.
Save tiagohm/1af340e7e64f7f8cb477605dbd3e8138 to your computer and use it in GitHub Desktop.
Instalar Jekyll no Fedora 27 / Install Jekyll on Fedora 27
sudo dnf install ruby ruby-devel redhat-rpm-config gcc gcc-c++
sudo gem install json
sudo gem install jekyll bundler
sudo gem update --system
//Na pasta onde se encontra seus arquivos jekyll
bundle install
bundle update
@nikhita
Copy link

nikhita commented Aug 25, 2018

I get the same error as @akdsco.

@nikhita
Copy link

nikhita commented Aug 25, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment