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

[plc4x] 04/05: chore(site): Updated setting up guide for MacOS

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 481863f2fd167583b05d9a448f04b39f420dbb39
Author: christoferdutz <ch...@c-ware.de>
AuthorDate: Fri Jul 1 10:38:50 2022 +0200

    chore(site): Updated setting up guide for MacOS
---
 src/site/asciidoc/developers/preparing/macos.adoc | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/site/asciidoc/developers/preparing/macos.adoc b/src/site/asciidoc/developers/preparing/macos.adoc
index 3a9602017..ef097a8da 100644
--- a/src/site/asciidoc/developers/preparing/macos.adoc
+++ b/src/site/asciidoc/developers/preparing/macos.adoc
@@ -73,23 +73,27 @@ If you get any successful output, you probably don't need to do anything.
 
 Microsoft is offering an installer for MacOS which is available from https://dotnet.microsoft.com/download/dotnet-core/2.2[here].
 
+Alternatively you can also install it via homebrew:
+
+ brew install --cask dotnet-sdk
+
 === python
 
 Checking:
 
- python --version
+ python3 --version
 
-If you get a version of 2.7 or higher reported, you probably don't need to do anything.
+If you get a version of 3.0.0 or higher reported, you probably don't need to do anything.
 
 In order to install it, please execute the following command:
 
- brew install python@2
+ brew install python
 
 === bison
 
 Checking:
 
- python --version
+ bison --version
 
 If you get a version above 2.3 output, you don't need to do anything.