Skip to content

Commit 071d911

Browse files
committed
Update build instructions to use gradlew.
1 parent 360cd24 commit 071d911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kotlinx.collections.immutable
1+
# Immutable Collections Library for Kotlin
22

33
Immutable collection interfaces and implementation prototypes for Kotlin ([proposal](proposal.md))
44

@@ -8,8 +8,8 @@ To initialize submodules, use the following commands:
88
git submodule init
99
git submodule update
1010

11-
Then you can build artifacts with:
11+
Then you can build and install artifacts to maven local with:
1212

13-
mvn install
13+
gradlew build install
1414

1515
Prototype implementation is based on [pcollections](http://pcollections.org/) (Copyright 2015 The pcollections Authors.)

0 commit comments

Comments
 (0)