Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

README.md Formatting #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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 [email protected]: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

Expand Down