Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created June 18, 2012 18:20
Show Gist options
  • Save akiatoji/2949808 to your computer and use it in GitHub Desktop.
Save akiatoji/2949808 to your computer and use it in GitHub Desktop.
Set up YARD to view locally installed gem rdocs
gem install yard
gem install redcarpet #needed to show markdown files
gem install github-markup
yard gems --rebuild
yard server -r -g -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment