aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-07-02 18:42:37 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-07-02 18:42:37 -0400
commit7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c (patch)
tree30ef93372b5b522ec16920cc320453ff33f86dcd
parented0af87abd01cbcf5ae19fe422d35269b691674a (diff)
downloadperl-software-in-gnu-guix-7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c.tar
perl-software-in-gnu-guix-7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c.tar.gz
update changelog links
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index c56e5c5..04313df 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ reveal.js comes with a broad range of features including [nested slides](https:/
#### More reading:
- [Installation](#installation): Step-by-step instructions for getting reveal.js running on your computer.
-- [Changelog](https://github.com/hakimel/reveal.js/wiki/Changelog): Up-to-date version history.
+- [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history.
- [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own!
- [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks.
@@ -633,7 +633,7 @@ The **basic setup** is for authoring presentations only. The **full setup** give
The core of reveal.js is very easy to install. You'll simply need to download a copy of this repository and open the index.html file directly in your browser.
-1. Download a copy of reveal.js from <https://github.com/hakimel/reveal.js/archive/master.zip>
+1. Download the latest version of reveal.js from <https://github.com/hakimel/reveal.js/releases>
2. Unzip and replace the example contents in index.html with your own
@@ -653,17 +653,22 @@ Some reveal.js features, like external markdown, require that presentations run
$ git clone git@github.com:hakimel/reveal.js.git
```
-5. Install dependencies
+5. Navigate to the reveal.js folder
+```
+$ cd reveal.js
+```
+
+6. Install dependencies
```
$ npm install
```
-6. Serve the presentation and monitor source files for changes
+7. Serve the presentation and monitor source files for changes
```
$ grunt serve
```
-7. Open <http://localhost:8000> to view your presentation
+8. Open <http://localhost:8000> to view your presentation
### Folder Structure