1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 04:40:59 +01:00

Update plugins/bloop/README.md for wrong commands

Co-authored-by: Brad Christensen <polyphenolics@gmail.com>
This commit is contained in:
ankusharya
2021-10-31 14:45:14 +05:30
committed by GitHub
parent c4692f5c20
commit 55f8310ead

View File

@@ -12,7 +12,7 @@ plugins=(... bloop)
| Alias | Command | Description |
|----------|---------------------------------------|---------------------------------------------------------------------|
| `bp` | `brew projects` | List the projects in current repository |
| `bc` | `brew compile ` | Compile the project |
| `bcl` | `brew clean ` | Clean the project |
| `br` | `brew run ` | Run the project |
| `bp` | `bloop projects` | List the projects in current repository |
| `bc` | `bloop compile ` | Compile the project |
| `bcl` | `bloop clean ` | Clean the project |
| `br` | `bloop run ` | Run the project |