Updated main machine list

This commit is contained in:
Jeff Parsons 2016-02-04 09:43:24 -08:00
commit 00a0ba0fee
28 changed files with 71 additions and 67 deletions

View file

@ -162,7 +162,6 @@ Installing Jekyll
gem 'github-pages'
)
bundle install
jekyll serve (or: bundle exec jekyll serve)
Updating Jekyll
---
@ -172,7 +171,7 @@ Updating Jekyll
Running Jekyll
---
jekyll serve --incremental --config _config.yml,_developer.yml
bundle exec jekyll serve --incremental --config _config.yml,_developer.yml
Embedding Screenshots with Jekyll
---