Code

Add the presentation slides for the intro and gRPC talks.
[go-talk.git] / README
diff --git a/README b/README
index 351ecbcb6e95369c0af0a2d882862557e25918c2..9cdba6e2f31d5fc0555db218032aa208efdcad9b 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-       tokkee's Go and gRPC talk
-      ===========================
+       tokkee's Go and gRPC talks
+      ============================
 
-  Supporting material for a talk about Go and gRPC.
+  Supporting material for tokkee's talks about Go and gRPC.
 
 Setup
 -----
@@ -46,9 +46,23 @@ Rebuilding the generated proto / gRPC code
     $ protoc src/tokkee.org/go-talk/grpc/proto/backend/backend.proto \
           --go_out=plugins=grpc:.
 
+Presentation slides
+-------------------
+
+  The 'tex' subdirectory includes the LaTeX code for the presentation slides.
+
+  Generate PDF documents:
+
+    $ cd $GOPATH/src/tokkee.org/go-talk
+    $ git submodule update --init
+    $ cd tex; make
+
 Author
 ------
 
   Sebastian 'tokkee' Harl <sh@tokkee.org>
 
   Licensed under the 2-clause BSD license. See LICENSE for details.
+
+  For license conditions of subpackages, see the respective LICENSE files in
+  the subdirectories.