about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--readme.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.html b/readme.html index 06dc9df..b6e2ec2 100644 --- a/readme.html +++ b/readme.html
@@ -17,7 +17,8 @@ Plus, it looks kinda like
17without having to remember all the arcane two-letter requests and macros.</p> 17without having to remember all the arcane two-letter requests and macros.</p>
18 18
19<h2>Quickstart</h2> 19<h2>Quickstart</h2>
20<p>An easy and quick way to start with <code>subtext</code> is to build this README: 20<p>An easy and quick way to start with <code>subtext</code> is to build this
21<a href="/subtext/tree/readme.st">README</a>:
21<pre><code>make readme</code></pre> 22<pre><code>make readme</code></pre>
22Of course, I'd recommend reading readme.st in this repo 23Of course, I'd recommend reading readme.st in this repo
23to get a feel for the syntax as well. 24to get a feel for the syntax as well.