sculptor / sculptor.github.io

Source code of the Sculptor Website and documentation published at http://sculptor.github.io/
http://sculptorgenerator.org/
0 stars 0 forks source link

Update README info on installing kramdown package #25

Closed rcodesmith closed 10 years ago

rcodesmith commented 10 years ago

To run jekyll and serve documentation, the Ruby kramdown package is also required:

quito:sculptor.github.io ron$ jekyll serve -w
Configuration file: /usr/local/workingArea/sculptor.github.io/_config.yml
            Source: /usr/local/workingArea/sculptor.github.io
       Destination: /usr/local/workingArea/sculptor.github.io/_site
      Generating... You are missing a library required for Markdown. Please run:
  $ [sudo] gem install kramdown
  Conversion error: There was an error converting '_posts/2009-06-27-what-is-sculptor.md/#excerpt'.

             ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------
                    Missing dependency: kramdown

Add this info to README.md