You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by gi...@apache.org on 2022/07/01 10:24:01 UTC

[plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b73a57122 Site checkin for project PLC4X: Jenkins Tools
b73a57122 is described below

commit b73a571223f97bae74ca800fe3a94d1f85d02528
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Jul 1 10:23:58 2022 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 developers/preparing/macos.html | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/developers/preparing/macos.html b/developers/preparing/macos.html
index d1a99640b..934a82e84 100644
--- a/developers/preparing/macos.html
+++ b/developers/preparing/macos.html
@@ -327,6 +327,14 @@ So it&#8217;s best to update to a newer version using brew:</p>
 <div class="paragraph">
 <p>Microsoft is offering an installer for MacOS which is available from <a href="https://dotnet.microsoft.com/download/dotnet-core/2.2">here</a>.</p>
 </div>
+<div class="paragraph">
+<p>Alternatively you can also install it via homebrew:</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>brew install --cask dotnet-sdk</pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="python">python</h3>
@@ -335,18 +343,18 @@ So it&#8217;s best to update to a newer version using brew:</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>python --version</pre>
+<pre>python3 --version</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>If you get a version of 2.7 or higher reported, you probably don&#8217;t need to do anything.</p>
+<p>If you get a version of 3.0.0 or higher reported, you probably don&#8217;t need to do anything.</p>
 </div>
 <div class="paragraph">
 <p>In order to install it, please execute the following command:</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>brew install python@2</pre>
+<pre>brew install python</pre>
 </div>
 </div>
 </div>
@@ -357,7 +365,7 @@ So it&#8217;s best to update to a newer version using brew:</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>python --version</pre>
+<pre>bison --version</pre>
 </div>
 </div>
 <div class="paragraph">