We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 955ded9 + 24ad725 commit 3743159Copy full SHA for 3743159
README.md
@@ -8,7 +8,7 @@ Running X11 in a Cloud9 workspace.
8
Installation
9
------------
10
11
- ./install.sh
+ sudo ./install.sh
12
13
Running
14
-------
install.sh
@@ -6,6 +6,7 @@ if [[ $UID != 0 ]]; then
6
exit 1
7
fi
+
sudo apt-get install supervisor xvfb fluxbox x11vnc
cp supervisord.conf ${HOME}/.config/supervisord.conf
0 commit comments