You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/05 20:15:42 UTC

[incubator-nlpcraft-website] branch master updated: Update installation.html

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 45d9647  Update installation.html
45d9647 is described below

commit 45d96470d59c88bb61a61a7f53062b7edd831fbe
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Wed May 5 13:15:33 2021 -0700

    Update installation.html
---
 installation.html | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/installation.html b/installation.html
index e64f3b1..5b6034f 100644
--- a/installation.html
+++ b/installation.html
@@ -29,7 +29,7 @@ id: installation
         </p>
         <ul>
             <li>If you <a href="/download.html">downloaded</a> binary ZIP archive - <a target="asf" href="https://www.apache.org/dyn/closer.cgi#verify">verify</a> it and unzip it</li>
-            <li>If you <a href="/download.html">cloned</a> GitHub repository or downloaded source archive - use <code>mvn clean install</code> to build it</li>
+            <li>If you <a href="/download.html">cloned</a> GitHub repository or downloaded source archive - use <code>mvn clean package</code> to build it</li>
             <li>If you <a href="/download.html">used</a> Maven/Gradle/SBT - you know what you are doing 👍</li>
         </ul>
         <div class="bq warn">
@@ -60,13 +60,14 @@ id: installation
         <p>
             Due to <a target="asf" href="https://apache.org/legal/release-policy.html">Apache release policy</a> the official Apache release cannot include content that is based on
             <a target=_ href="https://creativecommons.org/licenses/by/4.0/">Commons Attribution 4.0 International</a> (CC BY 4.0) license
-            or any binary artifacts regardless of their respective licences. Due to these restrictions the NLPCraft release
-            does not include certain configuration files that are necessary for its operation. These files will be auto-downloaded upon first star of NLPCraft.
+            or any binary artifacts regardless of their respective licences. Due to these restrictions the official Apache NLPCraft release
+            does not include certain configuration files that are necessary for its operation. These files will be auto-downloaded upon first star of NLPCraft (hence the internet
+            connection is required for the first start).
             On subsequent starts the NLPCraft will check for the updates and will re-download these files only if they were changed.
         </p>
         <p>
-            By default, this external configuration is hosted on GitHub (in <code>master</code> branch of NLPCraft project) from where it will
-            be automatically downloaded on the first start: <a target="github" href="https://github.com/apache/incubator-nlpcraft/tree/master/external">https://github.com/apache/incubator-nlpcraft/tree/master/external</a>.
+            By default, this external configuration is hosted on GitHub (in <code>external_config</code> branch of NLPCraft project) from where it will
+            be automatically downloaded on the first start: <a target="github" href="https://github.com/apache/incubator-nlpcraft/raw/external_config/external">https://github.com/apache/incubator-nlpcraft/raw/external_config/external</a>.
             You can change this location, e.g. move the external configuration behind your firewall or onto your local file system,
             as well as change other parameters related to auto-download of the external configuration
             in <code>nlpcraft.conf</code> file (see <code>nlpcraft.extConfig</code> property).