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 bb43172 commit 2d92106Copy full SHA for 2d92106
README.md
@@ -14,7 +14,7 @@ Download the appropriate wheel for your platform automatically.
14
15
```bash
16
# Get download.py script
17
-curl -sSL https://raw.githubusercontent.com/cpp-linter/clang-tools-wheel/main/download.py
+curl -sSL https://raw.githubusercontent.com/cpp-linter/clang-tools-wheel/main/download.py -o download.py
18
19
# Download latest clang-format for your platform
20
python3 download.py clang-format
0 commit comments