From 7ecc4cec7a0529f89a8e8d4c8816878640788b52 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Fri, 29 May 2015 18:20:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21bb3aeb..b17b8e6b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 1. Add the path to the directory where you unpacked the examples to your CLASSPATH. -1. Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type **ant build** and build everything. **ant run** will build AND run the examples. You will initially get some error messages instructing you to install specified packages, but eventually you should get through the whole build process successfully. +1. Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type **ant build** and build everything. **ant run** will build AND run the examples. You will initially get some error messages instructing you to install specified packages (jar files), but eventually you should get through the whole build process successfully. Report bugs in the examples or in the book [here](https://github.com/BruceEckel/TIJ4-Refreshed-Examples/issues).