Skip to content

Commit 3743159

Browse files
committed
Merge branch 'master' of http://github.com/acabey/cloud9-vnc
Fixed conflicts between file paths
2 parents 955ded9 + 24ad725 commit 3743159

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Running X11 in a Cloud9 workspace.
88
Installation
99
------------
1010

11-
./install.sh
11+
sudo ./install.sh
1212

1313
Running
1414
-------

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if [[ $UID != 0 ]]; then
66
exit 1
77
fi
88

9+
910
sudo apt-get install supervisor xvfb fluxbox x11vnc
1011

1112
cp supervisord.conf ${HOME}/.config/supervisord.conf

0 commit comments

Comments
 (0)