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
Copy file name to clipboardExpand all lines: readme.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ With the pass of years it has evolved, and while it never underwent a formal sta
9
9
Its usefulness is very clear, it allows working with specific random values distributions. And while this is no feat for a machine, which has better tools for it, the aim of the project is not actually handling those distributions, but giving a way for applications to work with the same tools a board game would have.
@@ -68,9 +67,9 @@ JDK 8 or higher is required. All other dependencies are handled through Maven, a
68
67
69
68
### Installing
70
69
71
-
The recommended way to install the project is by setting up your preferred dependencies manager. To get the configuration information for this check the [Bintray repository][bintray-repo], or the [Maven Central Repository][maven-repo].
70
+
The recommended way to install the project is by setting it up as a dependency. To get the configuration information for this check the [Maven Central Repository][maven-repo].
72
71
73
-
If for some reason manual installation is necessary, just use the following Maven command:
72
+
It is always possible installing it by using the usual Maven command:
74
73
75
74
```
76
75
mvn install
@@ -118,7 +117,6 @@ If you wish to fork or modify the code, visit the [GitHub project page][scm], wh
118
117
The project has been released under version 2.0 of the [Apache License][license].
0 commit comments