README.markdown in git_presenter-0.1.1 vs README.markdown in git_presenter-0.2.0
- old
+ new
@@ -1,8 +1,11 @@
# git-presenter
+[![Build Status](https://secure.travis-ci.org/pythonandchips/git-presenter.png?branch=master)](http://travis-ci.org/pythonandchips/git-presenter)
+
When presenting code live on stage you have a few choices:
+
* Change code live on stage and risk making a mistake and the code not working.
* Place code in a slide and not be able to run the code live.
Git-presenter hope to solve this problem by giving a presentation style interface for your code.
@@ -12,28 +15,27 @@
Any and all feedback is welcome
## Pre-requisites
* Git
-* Ruby
+* Ruby version 1.9.2 or 1.9.3 or jruby in 1.9 mode (basically anything with 1.9 at the end)
## Installation
-gem install git-presenter
+gem install git_presenter
## Usage
-Commit to git as you develop you code.
-When the code is ready use the "git-presenter init" command to initialise
-Once it is initialised you can start the presentation with "git-presenter start"
-Then use the following command to navigate the presentation
-
-next/n: move to next slide
-back/b: move back a slide
-end/e: move to end of presentation
-start/s: move to start of presentation
-list/l : list slides in presentation
-help/h: display this message
+* Commit to git as you develop your code.
+* When the code is ready use the "git-presenter init" command to initialise
+* Once it is initialised you can start the presentation with "git-presenter start"
+* Then use the following command to navigate the presentation
+* next/n: move to next slide
+* back/b: move back a slide
+* end/e: move to end of presentation
+* start/s: move to start of presentation
+* list/l : list slides in presentation
+* help/h: display this message
## Contributing to git-presenter
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it