This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit e0e9d0deeea1cc3dfc85ba1ec06627e0b7558642
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sun Mar 14 09:50:06 2021 +0100

    Fixed: Replace Bintray by a new place to upload the Gradle Wrapper 
(OFBIZ-12192)
    
    Updates the documentation for Windows and Gradle wrapper download, needs
    Powershell
    
    Conflicts handled by hand
      README.adoc
---
 README.adoc | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/README.adoc b/README.adoc
index 1d4b821..43b83b1 100644
--- a/README.adoc
+++ b/README.adoc
@@ -59,14 +59,17 @@ 
________________________________________________________________________________
 [[system-requirements]]
 == System requirements
 
-The only requirement to run OFBiz is to have the Java Development Kit (JDK)
-version 8 installed on your system (not just the JRE, but the full JDK) which
-you can download from the below link. Make sure of setting the $JAVA_HOME
-environment variable.
+The only requirements to run OFBiz is
+
+* to have the Java Development Kit (JDK) version 8 installed on your system
+(not just the JRE, but the full JDK) that you can download from the below link.
+Make sure of setting the $JAVA_HOME environment variable. +
+https://adoptopenjdk.net/[JDK download], 
https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To know 
more about the JDK]
+
+* If on Windows, a Powershell version >= 7.1.3 installed that you can download 
from the below link. +
+https://github.com/PowerShell/PowerShell[Powershell]
 
-https://adoptopenjdk.net/[JDK download]
 
-https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To 
know more about the JDK]
 
 [[quick-start]]
 // tag::quickstart[]
@@ -395,7 +398,7 @@ dash!
 Loads all data sets; meant for initial loading of generic OFBiz data. Can be
 applied for development, testing, demonstration, etc. purposes. Be aware that
 executing this task can result in your data being overwritten in your database
-of choice. 
+of choice.
 
 `gradlew loadAll` OR `gradlew "ofbiz --load-data"`
 

Reply via email to