README.markdown in git_presenter-1.1.0 vs README.markdown in git_presenter-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
# git-presenter
-[![Build Status](https://secure.travis-ci.org/pythonandchips/git-presenter.png?branch=master)](http://travis-ci.org/pythonandchips/git-presenter)
+[![Build Status](https://drone.io/github.com/pythonandchips/git-presenter/status.png)](https://drone.io/github.com/pythonandchips/git-presenter/latest)
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.
@@ -34,10 +34,18 @@
* 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
+###Command mode
+
+The default for git presenter is interactive mode however if you want to use git presenter from a text editor you can use command mode.
+
+To start a presentation in command mode use "git-presenter start -c"
+
+Once started you run "git-presenter {{command}}" e.g. to move to the next slide run "git-presenter next"
+
## Other resources
There are couple of videos showing git presenter and how to us it
* (video 1)[https://vimeo.com/38949496]
* (video 2)[https://vimeo.com/39225144]
@@ -80,6 +88,5 @@
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-