From f266914988dc8caf7ff82ae67cfc2c8d4388df19 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Thu, 21 Mar 2024 10:43:44 -0500 Subject: [PATCH] scripts: Update to mention pipx --- scripts/format-cmake.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/format-cmake.sh b/scripts/format-cmake.sh index ba9996531..4543bbba8 100755 --- a/scripts/format-cmake.sh +++ b/scripts/format-cmake.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2019-2023, Collabora, Ltd. +# Copyright 2019-2024, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 # Author: Rylie Pavlik @@ -9,7 +9,7 @@ set -e CMAKE_FORMAT=cmake-format 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 fi (