From 521ae8f3e3d7ed8e4673bc94109fdd573ff82cae Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 30 Jul 2012 23:03:41 -0500 Subject: [PATCH] * beefing up readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 612bb5adc..c4f049066 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,18 @@ Jam-Pb (Protocol Buffers) Environment ----------- -Download and install protoc 2.4.1 on the command-line: -http://code.google.com/p/protobuf/downloads/list - -Bash +* Download and install protoc 2.4.1 on the command-line: [Protocol Buffers Download](http://code.google.com/p/protobuf/downloads/list) +* Bash +* Optionally, if you have 'bundle' available (ruby dependency management tool), protocol buffers for ruby will also build. Building -------- ./build + +Using +----- +./target/cpp has cpp output +./target/ruby has ruby output + +... this is a bit raw... could some day be better. But for now...