From 343ad91126b7552ad7c4065e175c8906ac2c92ba Mon Sep 17 00:00:00 2001 From: Elliott Peay Date: Tue, 4 Apr 2017 20:17:03 -0400 Subject: [PATCH] README.md Formatting Fixing the formatting on your build instructions so that they render more legibly in GitHub. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3d63a45..6ecd5a81 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,11 @@ documentation update, which is forthcoming. ### Building MOE 1. Install Apache Maven 3.1 if you don't already have it - 2. Checkout the Java-MOE source `git clone git@github.com:google/MOE.git` - 3. In the top-level directory that contains the build.xml file, run: - - `mvn install` - - `util/make-binary.sh` - 4. The moe client binary should be created at `client/target/moe` - +2. Checkout the Java-MOE source `git clone git@github.com:google/MOE.git` +3. In the top-level directory that contains the build.xml file, run: + - `mvn install` + - `util/make-binary.sh` +4. The moe client binary should be created at `client/target/moe` ### Running MOE