fixed formatting
authorSteven McDonald <steven@steven-mcdonald.id.au>
Tue, 15 Mar 2011 07:10:46 +0000 (18:10 +1100)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Tue, 15 Mar 2011 07:10:46 +0000 (18:10 +1100)
main/tutorials/915resolution.shtml

index ad21eb467a5f5baba35694a45887808faa9342e9..ef60055feea5359638623bed39e3f3327d1b4d67 100755 (executable)
@@ -22,9 +22,13 @@ However, after a few days of Googling, I eventually stumbled across <a href="htt
 </p>
 
 <p>
-First, download either <a href="http://ftp.steven-mcdonald.id.au/915resolution/">my own version</a> of 915resolution, or the one supplied by the original developer. The source code in both is the same; the only modification I have made is in the Makefile, so that it installs to /usr/local instead of to /usr. The upstream version comes with a binary that will not run under GNU/kFreeBSD because it was built on Linux; whichever one you download, you <em>must</em> compile the source yourself with the usual method (<tt>make &amp;&amp; sudo make install</tt>).
+First, download either <a href="http://ftp.steven-mcdonald.id.au/915resolution/">my own version</a> of 915resolution, or the one supplied by the original developer. The source code in both is the same; the only modification I have made is in the Makefile, so that it installs to /usr/local instead of to /usr. The upstream version comes with a binary that will not run under GNU/kFreeBSD because it was built on Linux; whichever one you download, you <em>must</em> compile the source yourself with the usual method:
 </p>
 
+<code>
+make &amp;&amp; sudo make install
+</code>
+
 <p>
 Once you have built and installed 915resolution, add a line like this to your /etc/rc.local (<em>before</em> the <tt>exit 0</tt> statement):
 </p>