You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may also work with OpenJDK 8, but it has not been fully tested in that
64
64
environment.
65
65
66
-
## Binary distribution
66
+
## Installing and running Cooperari
67
67
68
-
Download the latest binary release archive here at [GitHub](https://github.com/Cooperari/cooperari/releases). Extract the archive file, and then follow the instructions in the provided `README.txt`.
69
-
70
-
tar xzvf cooperari-VERSION-dist.tgz
71
-
cd cooperari-VERSION
68
+
Read the [Getting Started guide](GettingStarted.md).
72
69
73
70
## Compiling from scratch
74
71
@@ -79,6 +76,3 @@ In addition to Oracle's JDK 8, [Maven](https://maven.apache.org) 3.0 or higher w
79
76
cd cooperari
80
77
mvn package
81
78
82
-
## Maven Central
83
-
84
-
Cooperari artifacts will be available at Maven Central in future releases.
0 commit comments