From 0808069789eaae26cecd30dbb51174b8eccdb278 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Mon, 20 Apr 2015 16:12:35 -0700 Subject: [PATCH] Numbering --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ea9449d..cd9979fb 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ for Java 8 [Click here](https://github.com/BruceEckel/TIJ4-Refreshed-Examples/archive/master.zip) to download the zip file. Unzip the file into a directory of your choice. ## Build the Examples ## -Install the latest version of Java 8 (JDK8). +1. Install the latest version of Java 8 (JDK8). -Install Apache Ant. Follow the instructions [here](https://ant.apache.org/manual/install.html#getting). +1. Install Apache Ant. Follow the instructions [here](https://ant.apache.org/manual/install.html#getting). -Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type **ant** and build everything. You may initially get some error messages telling you to install additional 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** and build everything. You may initially get some error messages telling you to install additional packages, but eventually you should get through the whole build process successfully.