exercism / exercism/interactive-cli-walkthrough

[macOS] ruby installer for homebrew deprecated

未关闭
#91 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Ruby
星标
13
派生
24
PR 合并指标
30 天内没有已合并 PR

描述

The interactive walkthrough seems to contain instructions to run the installer for homebrew like this:

```sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

It has been reported in the gitter, that this command exits with a deprecation message.

> The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash.

According to the brew.sh website the new installation command should be

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

It needs to be checked if the current screenshots in the guide are still valid after changing the command.

I still have the opinion, that we should just link to the brew installation instructions, rather than having the step-by-step instructions in the guide.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。