Repository: incubator-samoa Updated Branches: refs/heads/master 1c858e1e6 -> a1cc23747
Fix broken Markdown headings Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/a1cc2374 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/a1cc2374 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/a1cc2374 Branch: refs/heads/master Commit: a1cc2374751a8ad00b13a22ce1b170a5e1be93d9 Parents: 1c858e1 Author: Santiago Castro <[email protected]> Authored: Sun Apr 16 23:36:23 2017 -0300 Committer: Santiago Castro <[email protected]> Committed: Sun Apr 16 23:36:23 2017 -0300 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/a1cc2374/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d73860f..b3c357e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ in multiple SPEs, i.e., code the algorithms once and execute them in multiple SP ## Build -###Storm mode +### Storm mode Simply clone the repository and install SAMOA. @@ -43,7 +43,7 @@ mvn -Pstorm package The deployable jar for SAMOA will be in `target/SAMOA-Storm-0.3.0-SNAPSHOT.jar`. -###S4 mode +### S4 mode If you want to compile SAMOA for S4, you will need to install the S4 dependencies manually as explained in [Executing SAMOA with Apache S4](http://samoa.incubator.apache.org/documentation/Executing-SAMOA-with-Apache-S4.html). @@ -56,7 +56,7 @@ cd incubator-samoa mvn -Ps4 package ``` -###Apex mode +### Apex mode Simply clone the repository and and create SAMOA with Apex package. ```bash @@ -65,7 +65,7 @@ cd incubator-samoa mvn -Papex package ``` -###Local mode +### Local mode If you want to test SAMOA in a local environment, simply clone the repository and install SAMOA.
