Skip to content

Commit 22c2585

Browse files
authored
Update README.md
1 parent 9929eec commit 22c2585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ The trouble comes when you are trying to remote in- some problems you may encoun
1919

2020
```
2121
# get this script:
22-
wget https://raw.githubusercontent.com/Jesssullivan/chrome-remote-desktop-budgie/devel/chrome-remote-desktop
22+
wget https://raw.githubusercontent.com/Jesssullivan/chrome-remote-desktop-budgie/master/chrome-remote-desktop
2323
2424
# or:
2525
git clone https://github.com/Jesssullivan/chrome-remote-desktop-budgie/
2626
cd chrome-remote-desktop-budgie
27-
git checkout devel
2827
2928
# behold:
3029
python3 chrome-remote-desktop
3130
32-
# ...perhaps:
31+
# ...perhaps, if you are keen (optional):
3332
# sudo chmod u+x addsystemd.sh
3433
# sudo ./addsystemd.sh
3534
```
@@ -42,3 +41,4 @@ We are primarily just enforcing the use of existing instances of X and correct d
4241
- A mirror of this script is also maintained at `/usr/local/bin/chrome-remote-desktop.github`, and will let the user know if there are updates.
4342
- The version distributed by google is retained in `/opt/` too as `chrome-remote-desktop.verbatim`.
4443
- Each of these versions are compared by md5 hash- this way our patched version of `chrome-remote-desktop` will always make sure it is where it should be, even after Google pushes updates and overwrites everything in `/opt/`.
44+

0 commit comments

Comments
 (0)