Skip to content

Commit fcc2c92

Browse files
README file updated
1 parent d887cee commit fcc2c92

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# restcomm-sdk-java
22
The Java SDK for RestComm REST API
3+
4+
- To build the Project, after downloading the zip and extracting it from GitHub, navigate to the folder containing the pom.xml
5+
file and buiild the project using the following command in the terminal
6+
7+
```sh
8+
$ mvn package
9+
```
10+
- Now when this command is executed, the compilation,validation and testing will be done and after the successful completion of them, a jar file will be generated in the target folder.
11+
12+
- Include the jar file in your build path to get Started.
13+
14+
Java version: 1.8.0_131
15+
16+
This is an SDK for RestComm REST API,
17+
To know more about Restcomm, please refer to http://documentation.telestax.com/
18+
19+
Regarding issues, please refer to https://github.com/RestComm/restcomm-sdk-java/issues
20+

0 commit comments

Comments
 (0)