Fix up README instructtions

This commit is contained in:
Monty Taylor 2015-09-22 16:47:06 -05:00
parent dde7d8a4a5
commit f64915b34b
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
My website, blog posts and conference talks
===========================================
If you're interested in my presentations, you can go look at them here:
If you're interested in my presentations, you can go look at them here:
http://inaugust.com/talks
Building
@ -16,10 +16,10 @@ The following commands will get you started:
::
# This will install miscellaneous runtime dependencies.
npm install
# This will create a local webhost, serving all of your presentations.
# This will create a local webhost, serving all of your presentations.
# It will autodetect changes and refresh any applicable pages.
npm run serve
npm start
# This will construct your current presentations, and rsync them
npm run release