scripts: Update to mention pipx

This commit is contained in:
Rylie Pavlik 2024-03-21 10:43:44 -05:00 committed by Simon Zeni
parent 2124180db5
commit f266914988

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# Copyright 2019-2023, Collabora, Ltd. # Copyright 2019-2024, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # SPDX-License-Identifier: BSL-1.0
# Author: Rylie Pavlik <rylie.pavlik@collabora.com> # Author: Rylie Pavlik <rylie.pavlik@collabora.com>
@ -9,7 +9,7 @@ set -e
CMAKE_FORMAT=cmake-format CMAKE_FORMAT=cmake-format
if ! command -v ${CMAKE_FORMAT} > /dev/null; then if ! command -v ${CMAKE_FORMAT} > /dev/null; then
echo "cmake-format not found, do python3 -m pip install cmakelang" 1>&2 echo "cmake-format not found, do pipx install cmakelang" 1>&2
exit 1 exit 1
fi fi
( (