commit 53e85ddcba62a07b59c4e32f548b1cabfca0c53f
parent b52286e88e8d5647840ccf68033ff09547e09622
Author: Ilia Bozhinov <ammen99@gmail.com>
Date: Tue, 4 Aug 2020 17:21:02 +0200
Update README.md
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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.4.0
+./install.sh --prefix /opt/wayfire --stream 0.5.0
```
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.4.0
+./update_build.sh . 0.5.0
```
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.