Skip to content

Commit

Permalink
docs: fix brew upgrade from latest commit on master command (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed Sep 26, 2021
1 parent afe89a5 commit cb79c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manage/core.md
Expand Up @@ -71,7 +71,7 @@ nodejs 16.5.0
| Method | Latest Stable Release | Latest commit on `master` |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------------------------- |
| asdf (via Git) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --HEAD` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | Download a new `PKGBUILD` & rebuild <br/> or use your preferred [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) | |

## Uninstall
Expand Down
2 changes: 1 addition & 1 deletion docs/pt-br/manage/core.md
Expand Up @@ -73,7 +73,7 @@ nodejs 16.5.0
| Method | Latest Stable Release | Latest commit on `master` |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| asdf (via Git) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --HEAD` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | Obter manualmente um novo `PKGBUILD` e <br/> reconstruir ou usar suas preferências de [AUR](https://wiki.archlinux.org/index.php/AUR_helpers). | |

## Desinstalar
Expand Down

0 comments on commit cb79c69

Please sign in to comment.