commit b52286e88e8d5647840ccf68033ff09547e09622
parent 11c1c7eeac82956cbe8aba8ec0f775ecac419d6a
Author: Ilia Bozhinov <ammen99@gmail.com>
Date: Tue, 4 Aug 2020 17:20:38 +0200
Update install.sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
@@ -4,7 +4,7 @@ print_help() {
echo " -v, --verbose Verbose output."
echo " -c, --clean Force clean build, i.e. delete previously downloaded sources and start from scratch."
echo " -s, --stream=<stream> Build a particular branch of Wayfire and other components. Usually master or a release like X.Y.Z"
- echo " Default is 0.4.0"
+ echo " Default is master"
echo " -p, --prefix=<prefix> Prefix where to install Wayfire. Default: /opt/wayfire"
echo " --system-wlroots Use the system-wide installation of wlroots instead of the bundled one."
exit 1