summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarxus <darxus@chaosreigns.com>2016-08-16 20:50:52 -0400
committerDarxus <darxus@chaosreigns.com>2016-08-16 20:50:52 -0400
commit74aa364f69072bc821e2b954c1d014925b9214a4 (patch)
treefb9cbb7d266474f5c0a2185acacaf1f3f094f836
parent7548b0d97189b9976581d4c7f4d671710c1d78a0 (diff)
Ubuntu 16.04: Change editor from nano to default, add missing comment formatting
-rw-r--r--ubuntu16.04.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu16.04.html b/ubuntu16.04.html
index 7c2b258..9d33d5f 100644
--- a/ubuntu16.04.html
+++ b/ubuntu16.04.html
@@ -155,7 +155,7 @@ ln -s /usr/bin/xkbcomp $WLD/bin/
git clone git://anongit.freedesktop.org/wayland/weston
cd weston
./autogen.sh --prefix=$WLD --disable-setuid-install --with-xserver-path=$WLD/bin/Xwayland
-make check # runs Xwayland
+make check <span class="comment"># runs Xwayland</span>
make &amp;&amp; make install
cd ..
@@ -163,7 +163,7 @@ cd ..
<span class="comment"># Weston configuration:</span>
mkdir -p ~/.config
cp weston/weston.ini ~/.config
-nano ~/.config/weston.ini <span class="comment"># edit to set background and turn on xwayland.so module</span>
+editor ~/.config/weston.ini <span class="comment"># edit to set background and turn on xwayland.so module</span>
<span class="comment"># Run it in an X11 window:</span>
weston