CODECONVENTIONS: Fix brew uncrustify installation instructions.
For security reasons, homebrew stopped allowing direct Formula references. Signed-off-by: Brian Pugh <bnp117@gmail.com>
This commit is contained in:
parent
0f92954eee
commit
0098096682
@ -102,7 +102,7 @@ Brew
|
||||
This command may work, please raise a new Issue if it doesn't:
|
||||
|
||||
```
|
||||
brew install https://github.com/Homebrew/homebrew-core/raw/2b07d8192623365078a8b855a164ebcdf81494a6/Formula/uncrustify.rb
|
||||
curl -L https://github.com/Homebrew/homebrew-core/raw/2b07d8192623365078a8b855a164ebcdf81494a6/Formula/uncrustify.rb > uncrustify.rb && brew install uncrustify.rb && rm uncrustify.rb
|
||||
```
|
||||
|
||||
Automatic Pre-Commit Hooks
|
||||
|
Loading…
Reference in New Issue
Block a user