Skip to content

Commit

Permalink
add how-to build guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <mail@shoss.de>
  • Loading branch information
sebhoss committed Jan 8, 2017
1 parent f61eefb commit cb481c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Just send me a pull request or open up a ticket & we will take it from there together.

== Building the project

[source]
----
$ git clone https://github.com/sebhoss/memoization.java.git
$ cd memoization.java
$ mvn install
----

== Labels

Labels are divided into categories by colons (":"). In case you want to know what each of them means, read the following:
Expand Down

0 comments on commit cb481c6

Please sign in to comment.