about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-02-06 00:18:23 -0600
committerCase Duckworth2024-02-06 00:18:23 -0600
commitdecad4b357701b551888684b415aa7d7caf169fb (patch)
tree57c4bdd9331d88ae03e51651d43745318f331363
parentAdd documentation (diff)
downloadsubtext-decad4b357701b551888684b415aa7d7caf169fb.tar.gz
subtext-decad4b357701b551888684b415aa7d7caf169fb.zip
Add link to readme.st
-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.