Skip to content

Commit 68db901

Browse files
committed
Update pom.xml and README
1 parent f7534a6 commit 68db901

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ TorchServe Client for Java is a Java client library for [TorchServe](https://pyt
3131
## Usage
3232

3333
See [examples](./examples/).
34+
35+
## Build
36+
37+
```console
38+
mvn clean install
39+
```

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<version>0.1-SNAPSHOT</version>
99

1010
<name>TorchServe Client for Java</name>
11+
<description>A Java client library for TorchServe</description>
1112
<url>https://github.com/tadayosi/torchserve-client-java</url>
1213

1314
<scm>

0 commit comments

Comments
 (0)