We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f92954 commit 0098096Copy full SHA for 0098096
CODECONVENTIONS.md
@@ -102,7 +102,7 @@ Brew
102
This command may work, please raise a new Issue if it doesn't:
103
104
```
105
-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
106
107
108
Automatic Pre-Commit Hooks
0 commit comments