Skip to content

Commit 08ebe7d

Browse files
committed
update readme with new branch names
1 parent 2e7e198 commit 08ebe7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The general usage is:
99
git clone https://github.com/WayfireWM/wf-install
1010
cd wf-install
1111
12-
./install.sh --prefix /opt/wayfire --stream 0.5.0
12+
./install.sh --prefix /opt/wayfire --stream 0.7.x
1313
```
1414

1515
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
2424
It will simply update the downloaded code, recompile and install it to the same prefix as configured with `install.sh`.
2525

2626
```
27-
./update_build.sh . 0.5.0
27+
./update_build.sh . 0.7.x
2828
```
2929

3030
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.

0 commit comments

Comments
 (0)