summaryrefslogtreecommitdiff
path: root/demo/prose
diff options
context:
space:
mode:
Diffstat (limited to 'demo/prose')
-rw-r--r--demo/prose2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/prose b/demo/prose
index df0ed0a9..1cc9a6ac 100644
--- a/demo/prose
+++ b/demo/prose
@@ -5,7 +5,7 @@
<blockquote><pre>./configure
make
sudo make install
-urweb -demo /Demo demo</pre></blockquote></p>
+urweb -noEmacs -demo /Demo demo</pre></blockquote></p>
<p>The <tt>-demo /Demo</tt> flag says that we want to build a demo application that expects its URIs to begin with <tt>/Demo</tt>. The final argument <tt>demo</tt> gives the path to a directory housing demo files. One of the files in that directory is <tt>prose</tt>, a file describing the different demo pieces with HTML. Some lines of <tt>prose</tt> have the form <tt><i>foo</i>.urp</tt>, naming particular project files (with the extension <tt>.urp</tt>) in that directory.</p>