From 08ebe7d3934169cf6ee6de15ebbb85269a2edb12 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Sat, 30 Jan 2021 10:15:10 +0100 Subject: [PATCH] update readme with new branch names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce8ff4f..8f841fa 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The general usage is: git clone https://github.com/WayfireWM/wf-install cd wf-install -./install.sh --prefix /opt/wayfire --stream 0.5.0 +./install.sh --prefix /opt/wayfire --stream 0.7.x ``` The last script will download all necessary components and install them to the given prefix. @@ -24,7 +24,7 @@ The script also has a few other options, which you can see by calling `./install It will simply update the downloaded code, recompile and install it to the same prefix as configured with `install.sh`. ``` -./update_build.sh . 0.5.0 +./update_build.sh . 0.7.x ``` The first parameter is the toplevel directory where you started the build (i.e the folder with `wayfire`, `wf-shell` and `wcm` source), and the second one is the version of Wayfire to build.