summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-04-21 12:54:32 -0700
committerelijah <elijah@riseup.net>2014-04-21 12:54:32 -0700
commit9a123f727b10b00ea93b314440289449791a6ca2 (patch)
treeb33a9a111feed2afe19b14476a68cc9269ba3334 /README.md
parente687ec5a65013aeaf4b62f7a2b6e685306d79fdf (diff)
added draft ta3m slides
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 16 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4867466..acd6059 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,26 @@
Leap Presentations
==================
-Setup
------
+Clone repo:
git clone https://leap.se/git/leap_presentations
cd leap_presentations
- git submodule sync && git submodule update --init
+Some presentations use reveal-ck gem, which makes using reveal.js much easier. Some presentations use reveal.js directly.
-Updating / Pulling
-------------------
+If using reveal-ck:
- cd leap_presentations
- git pull
- git submodule sync && git submodule update --init
+ sudo gem install reveal-ck
+ cd <presentation>
+ edit slides.haml or config.yml
+ reveal-ck generate
+ open slides/index.html
+If using reveal.js directly:
+
+ git pull
+ git submodule sync && git submodule update --init
+ edit and open html files directly
Directory Layout
----------------
@@ -30,3 +35,6 @@ Presentations
basic presentation (wip), currently german version is behind english
use `file:///home/varac/leap/git/leap_presentations/overview/en.html` url in browser to start
+* `ta3m`
+ draft of ta3m slides.
+ Uses reveal-ck \ No newline at end of file