diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-09-22 16:47:06 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-09-22 16:47:06 -0500 |
commit | f64915b34b24c49a40d0c91ddd9beb9de8c8ccf8 (patch) | |
tree | 76033b1f4f375af86c5577a3b9713a5e9276df89 | |
parent | dde7d8a4a5e842f44e89a0c408f8f88185d73075 (diff) |
Fix up README instructtions
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | My website, blog posts and conference talks | 1 | My website, blog posts and conference talks |
2 | =========================================== | 2 | =========================================== |
3 | 3 | ||
4 | If you're interested in my presentations, you can go look at them here: | 4 | If you're interested in my presentations, you can go look at them here: |
5 | http://inaugust.com/talks | 5 | http://inaugust.com/talks |
6 | 6 | ||
7 | Building | 7 | Building |
@@ -16,10 +16,10 @@ The following commands will get you started: | |||
16 | :: | 16 | :: |
17 | # This will install miscellaneous runtime dependencies. | 17 | # This will install miscellaneous runtime dependencies. |
18 | npm install | 18 | npm install |
19 | 19 | ||
20 | # This will create a local webhost, serving all of your presentations. | 20 | # This will create a local webhost, serving all of your presentations. |
21 | # It will autodetect changes and refresh any applicable pages. | 21 | # It will autodetect changes and refresh any applicable pages. |
22 | npm run serve | 22 | npm start |
23 | 23 | ||
24 | # This will construct your current presentations, and rsync them | 24 | # This will construct your current presentations, and rsync them |
25 | npm run release | 25 | npm run release |