Skip to content

Commit 5d25b67

Browse files
committed
Merge pull request #25 from toopher/add-contributing-readme
Add CONTRIBUTING.md
2 parents 94ec18b + 3f7530c commit 5d25b67

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ToopherAPI Java Client
2+
3+
#### Java Version
4+
>=5.0 (originally numbered 1.5)
5+
6+
#### Installing Dependencies
7+
Toopher uses [Maven](http://maven.apache.org/).
8+
9+
To install Maven with Homebrew run:
10+
```shell
11+
$ brew install maven
12+
```
13+
14+
#### Tests
15+
To run the tests enter:
16+
```shell
17+
$ mvn test
18+
```

0 commit comments

Comments
 (0)