mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
Remove brew update instruction (#2151)
because `brew update` runs automatically on `brew upgrade` by default since long time ago.
This commit is contained in:
parent
4d2e1cc08f
commit
46878c9646
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ brew install ruby-build
|
|||
|
||||
Upgrade with:
|
||||
```sh
|
||||
brew update && brew upgrade ruby-build
|
||||
brew upgrade ruby-build
|
||||
```
|
||||
|
||||
### Clone as rbenv plugin using git
|
||||
|
|
|
@ -240,7 +240,7 @@ if [ "$STATUS" == "2" ]; then
|
|||
echo -n "If the version you need is missing, try upgrading ruby-build"
|
||||
if [ "$here" != "${here#$(brew --prefix 2>/dev/null)}" ]; then
|
||||
printf ":\n\n"
|
||||
echo " brew update && brew upgrade ruby-build"
|
||||
echo " brew upgrade ruby-build"
|
||||
elif [ -d "${here}/.git" ]; then
|
||||
printf ":\n\n"
|
||||
echo " git -C ${here} pull"
|
||||
|
|
|
@ -114,7 +114,7 @@ See all available versions with \`rbenv install --list'.
|
|||
|
||||
If the version you need is missing, try upgrading ruby-build:
|
||||
|
||||
brew update && brew upgrade ruby-build
|
||||
brew upgrade ruby-build
|
||||
OUT
|
||||
|
||||
unstub brew
|
||||
|
|
Loading…
Reference in a new issue