From 1326cba0fbddb47828b17488c40075dc0a17638f Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 2 Jun 2023 21:48:48 +0200 Subject: [PATCH] add some basic instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 673fbc0..2b23c5a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # makeagr -A simple Makefile to create PNG, PDF, EPS and PS files from xmgrace agr files. \ No newline at end of file +A simple Makefile to create PNG, PDF, EPS and PS files from xmgrace agr files. + +Usage: + +Go to a folder with agr files, then run the "make" command. +It will create a folder "Figures" with some files in it. + +Look in the Makefile to see what files will be created. The formats are defined in the line starting with "all".