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 0c36ecc commit 829e6b4Copy full SHA for 829e6b4
1 file changed
Makefile
@@ -7,7 +7,7 @@ install-dev:
7
@command -v taplo >/dev/null 2>&1 || { \
8
echo ""; \
9
echo "WARNING: 'taplo' not found on PATH."; \
10
- echo " Install it for 'make format' / pre-commit to work:"; \
+ echo " Install it for 'make format' and 'make tomlfmt' to work:"; \
11
echo " macOS: brew install taplo"; \
12
echo " Linux: curl -fsSL https://github.com/tamasfe/taplo/releases/download/0.9.3/taplo-full-linux-x86_64.gz | gzip -d > /usr/local/bin/taplo && chmod +x /usr/local/bin/taplo"; \
13
0 commit comments