From eae2f4215f94c89d566c28850f895eebfe633cb3 Mon Sep 17 00:00:00 2001 From: Jacob Burnim Date: Wed, 5 Feb 2014 09:58:29 -0800 Subject: [PATCH] Update info about multi-file instrumentation in README. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 220179a..5a9d95f 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,12 @@ For simple, single-file programs, you can use the build script "bin/crestc" to instrument and compile your test program. CREST can be used to instrument multi-file programs, too -- -instructions will be added soon. In the meantime, you can take a look -at an example, instrumented form of grep-2.2, available at CREST's -homepage. Contact jburnim@cs.berkeley.edu for details. +instructions may be added later. In the meantime, you can take a look +at an example, instrumented form of grep-2.2, available at +https://github.com/jburnim/crest/tree/master/benchmarks/grep-2.2 . +For further information, please see this +[post](https://groups.google.com/forum/#!topic/crest-users/KwgP9JkajOw) +on the CREST-users mailing list. Running Crest