You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2021/01/25 11:33:32 UTC

[mynewt-newt] branch master updated: docs: deprecated Homebrew install command ruby command is deprecated and bash command should be used.

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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


The following commit(s) were added to refs/heads/master by this push:
     new d6256a3  docs: deprecated Homebrew install command ruby command is deprecated and bash command should be used.
d6256a3 is described below

commit d6256a3b80090a4dfcbe3674146474bbf37421e8
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Wed Jan 13 10:50:52 2021 +0100

    docs: deprecated Homebrew install command
    ruby command is deprecated and bash command should be used.
---
 docs/install/newt_mac.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install/newt_mac.rst b/docs/install/newt_mac.rst
index 039c293..d628c28 100644
--- a/docs/install/newt_mac.rst
+++ b/docs/install/newt_mac.rst
@@ -22,7 +22,7 @@ will be prompted for your sudo password.
 
 .. code-block:: console
 
-    $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
 
 You can also extract (or ``git clone``) Homebrew and install it to
 /usr/local.