Make the Gemfile and docs reflect reality.
This commit is contained in:
parent
bdae41bf81
commit
e71e267eab
@ -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'
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user