Skip to content

Commit 7e50f5b

Browse files
committed
add complete install guide link to quickstart
1 parent 0ced35d commit 7e50f5b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

QuickStart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Quick Start
22
=============
33

4-
Download
4+
Installation
55
--------------
66

77
1. Download the latest binaries release v0.3.0 from [here](https://sourceforge.net/projects/nginx-clojure/files/).
88
1. Unzip the zip file downloaded then rename the file `nginx-${os-arc}` to `nginx`, eg. for linux is `nginx-linux-x64`
99

10+
>If you want to compile it with your own nginx please check [HERE](installation.html)
1011
1112
Configuration
1213
--------------

QuickStart.md.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ <h1>
22
<a id="user-content-quick-start" class="anchor" href="#quick-start" aria-hidden="true"><span class="octicon octicon-link"></span></a>Quick Start</h1>
33

44
<h2>
5-
<a id="user-content-download" class="anchor" href="#download" aria-hidden="true"><span class="octicon octicon-link"></span></a>Download</h2>
5+
<a id="user-content-installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
66

77
<ol>
88
<li>Download the latest binaries release v0.3.0 from <a href="https://sourceforge.net/projects/nginx-clojure/files/">here</a>. </li>
99
<li>Unzip the zip file downloaded then rename the file <code>nginx-${os-arc}</code> to <code>nginx</code>, eg. for linux is <code>nginx-linux-x64</code>
1010
</li>
1111
</ol>
1212

13+
<blockquote>
14+
<p>If you want to compile it with your own nginx please check <a href="installation.html">HERE</a></p>
15+
</blockquote>
16+
1317
<h2>
1418
<a id="user-content-configuration" class="anchor" href="#configuration" aria-hidden="true"><span class="octicon octicon-link"></span></a>Configuration</h2>
1519

0 commit comments

Comments
 (0)