From 259678c908b17d5e10547e43f92c3f7821b72abb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 7 Oct 2011 21:22:18 +0200 Subject: [PATCH] update README --- README | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README b/README index d21d626..e774073 100644 --- a/README +++ b/README @@ -1,18 +1,11 @@ gen_ladder - tool to generate protocol ladder diagrams -(C) 2010 by Harald Welte +(C) 2010-2011 by Harald Welte This tool can be used to generate typical ladder diagrams as they are often used in the description of networking protocols. -The input file is a ".lad" file, from which gen_ladder.pl generates a graphviz -file called ".dot", which in turn can be processed by the "dot" program to -generate a .ps (postscript) or .svg output file. +The input file is a ".lad" file, from which gen_ladder.pl generates a PNG As an example, I have included a "test.lad" file, which you can process by calling - make test.ps -or - make test.svg - -The manual intermediate steps can be seen from the Makefile. - + make test.png