Make the Gemfile and docs reflect reality.

This commit is contained in:
Chris Eppstein 2010-01-30 14:58:40 -08:00
parent bdae41bf81
commit e71e267eab
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
gem 'fssm'
disable_system_gems
gem 'nanoc3', :require_as => false
gem 'rdiscount'
gem 'serve'
gem 'thor'
gem 'rack'
gem 'mime-types'
gem 'fssm'
gem 'serve'

View File

@ -46,6 +46,7 @@ Your new app executables for this app are located in the bin/ directory.
To compile (and auto recompile) and preview the site in your browser:
$ cd doc-src
$ export RUBYLIB="../lib:../../haml/lib"
$ bin/nanoc3 aco
Then open `http://localhost:3000/` in your web browser.