Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 503 Bytes

README.rst

File metadata and controls

16 lines (13 loc) · 503 Bytes

Setup

  • Install go (find a guide on the web

  • Install go present:

    $ export GOPATH=$HOME/go
    $ go get code.google.com/p/go.talks/present
    $ cd $GOPATH/src/code.google.com/p/go.talks/present
    $ go install
    $ cd - # back to the checkout of the talk
    $ $GOPATH/bin/present
    
  • Head your Browser to http://localhost:3999/ansible.slide#1

  • Contribute to the Presentatio by editing ansible.slide

  • For a documentation of the file format see http://godoc.org/code.google.com/p/go.tools/present