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 f5ea3dd Update getting-started.html
f5ea3dd is described below
commit f5ea3dd9eeda6d316076a99b29dfc9b1c64b3e83
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon May 24 21:32:29 2021 -0700
Update getting-started.html
---
getting-started.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/getting-started.html b/getting-started.html
index aeea734..a26a62e 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -35,7 +35,14 @@ id: getting_started
We assume the following:
</p>
<ul>
- <li>You <a href="/download.html#zip">downloaded</a> NLPCraft
{{site.latest_version}} as binary release.</li>
+ <li>
+ You <a href="/download.html#zip">downloaded</a> NLPCraft
{{site.latest_version}} as <b>binary release</b>.
+ <ul>
+ <li>
+ If you downloaded the source release - run <code
class="script">mvn clean package</code> to build binaries before proceeding.
+ </li>
+ </ul>
+ </li>
<li>You followed <a href="/installation.html">installation</a>
instructions.</li>
<li>You are using MacOS/Linux environment.</li>
</ul>