Skip to content

Commit

Permalink
Merge pull request #110 from ZhongRuoyu/readme-fix
Browse files Browse the repository at this point in the history
README: replace invalid examples
  • Loading branch information
p-linnane authored Dec 7, 2024
2 parents fdaed27 + 766bd0b commit 7a8ab4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ This tap allows you to alias your [Homebrew](https://brew.sh/) commands.
This works similar to the `alias` command:

# add aliases
$ brew alias up='update'
$ brew alias ug='upgrade'
$ brew alias i='install'

# print all aliases
$ brew alias

# print one alias
$ brew alias up
$ brew alias i

# use your aliases like any other command
$ brew i git
Expand All @@ -33,8 +33,8 @@ commands as well as `alias` and `unalias`).

All aliases are prefixed with `brew`, unless they start with `!` or `%`:

# 'brew up' -> 'brew update'
$ brew alias up=update
# 'brew ug' -> 'brew upgrade'
$ brew alias ug=upgrade

# 'brew status' -> 'git status'
$ brew alias status='!git status'
Expand Down

0 comments on commit 7a8ab4f

Please sign in to comment.