mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 01:46:51 +00:00
scripts: Update to mention pipx
This commit is contained in:
parent
2124180db5
commit
f266914988
|
@ -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 <rylie.pavlik@collabora.com>
|
||||
|
||||
|
@ -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
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue