Skip to content

Commit dba9257

Browse files
author
Vincent (Wen Yu) Ge
committed
Update brew install command
1 parent c2a976a commit dba9257

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/cli/README.md.twig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ $ wget -q {{ sdk.url }}/cli/install.sh -O - | /bin/bash
5252

5353
### MacOS via [Homebrew](https://brew.sh)
5454
```bash
55-
$ brew tap {{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }} https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}
56-
$ brew update
57-
$ brew install --HEAD {{ language.params.executableName }}
55+
$ brew install {{ language.params.executableName }}
5856
```
59-
> Please note that `--HEAD` will be removed with official release.
6057

6158
### Windows
6259
Via Powershell

0 commit comments

Comments
 (0)