Skip to content

Commit 0098096

Browse files
BrianPughdpgeorge
authored andcommitted
CODECONVENTIONS: Fix brew uncrustify installation instructions.
For security reasons, homebrew stopped allowing direct Formula references. Signed-off-by: Brian Pugh <[email protected]>
1 parent 0f92954 commit 0098096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODECONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Brew
102102
This command may work, please raise a new Issue if it doesn't:
103103

104104
```
105-
brew install https://github.com/Homebrew/homebrew-core/raw/2b07d8192623365078a8b855a164ebcdf81494a6/Formula/uncrustify.rb
105+
curl -L https://github.com/Homebrew/homebrew-core/raw/2b07d8192623365078a8b855a164ebcdf81494a6/Formula/uncrustify.rb > uncrustify.rb && brew install uncrustify.rb && rm uncrustify.rb
106106
```
107107

108108
Automatic Pre-Commit Hooks

0 commit comments

Comments
 (0)