Skip to content

Commit f7a76e8

Browse files
committed
tidy
1 parent 444d9c3 commit f7a76e8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,19 @@ other is closer to maven in its naming.
5656

5757
it is licensed under (EPL-1.0)[https://www.eclipse.org/legal/epl-v10.html]
5858

59-
## contributing #
59+
## building ##
60+
61+
Prepare and pack the gem under ./pkg
62+
```
63+
./mvnw install
64+
```
65+
66+
Push the gem to rubygems.org
67+
```
68+
./mvnw deploy -Prelease
69+
```
70+
71+
## contributing ##
6072

6173
1. Fork it
6274
2. Create your feature branch (`git checkout -b my-new-feature`)

0 commit comments

Comments
 (0)