We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README says users should run the command
gem install jekyll
OSX has gone rootless in El Capitan, so instead this should actually be (for OSX anyway)
sudo gem install -n /usr/local/bin/ jekyll
see http://stackoverflow.com/questions/31567029/how-can-i-install-jekyll-on-osx-10-11 for more details
I believe the part about updating ruby gems is still correct however
The text was updated successfully, but these errors were encountered:
@soc and I have attempted to address this in #361 by recommending that gems not be installed globally, but that Bundler be used instead.
Sorry, something went wrong.
@SethTisue that sounds sensible, let me know if you need me to do anything
"rootless" sounds a lot like "cloud". :-)
new attempt to address this: #373
#373 was merged, see also #375. thanks for calling this to our attention.
SethTisue
No branches or pull requests
The README says users should run the command
OSX has gone rootless in El Capitan, so instead this should actually be (for OSX anyway)
see http://stackoverflow.com/questions/31567029/how-can-i-install-jekyll-on-osx-10-11 for more details
I believe the part about updating ruby gems is still correct however
The text was updated successfully, but these errors were encountered: