[
https://issues.apache.org/jira/browse/BAHIR-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390198#comment-15390198
]
ASF GitHub Bot commented on BAHIR-36:
-------------------------------------
Github user ckadner commented on a diff in the pull request:
https://github.com/apache/bahir/pull/12#discussion_r71946595
--- Diff: README.md ---
@@ -19,3 +23,31 @@ Folder structure:
- python
- ...
```
+
+## Building Bahir
+
+Bahir is built using [Apache Maven](http://maven.apache.org/).
+To build Bahir and its example programs, run:
+
+ mvn -DskipTests clean install
+
+## Running Tests
+
+Testing first requires [building Bahir](#building-bahir). Once Bahir is
built, tests
--- End diff --
Well, at least currently, it **is** possible to build **and** test the
project in **one** shot `mvn clean install`, but this may change in the future
and running the build and tests separately is fine as long as developers
actually do run the tests ;-)
> Update readme.md with build instructions
> ----------------------------------------
>
> Key: BAHIR-36
> URL: https://issues.apache.org/jira/browse/BAHIR-36
> Project: Bahir
> Issue Type: Improvement
> Reporter: Luciano Resende
> Assignee: Luciano Resende
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)