Skip to content

Commit ace7a79

Browse files
committed
quickstart: v0.2.5 --> v0.2.6
1 parent 8caff26 commit ace7a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

QuickStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Quick Start
44
Download
55
--------------
66

7-
1. Download the latest binaries release v0.2.5 from [here](https://sourceforge.net/projects/nginx-clojure/files/).
7+
1. Download the latest binaries release v0.2.6 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

1010

@@ -71,7 +71,7 @@ Start up
7171

7272
```nginx
7373
74-
$ cd nginx-clojure-0.2.5/nginx-1.6.0
74+
$ cd nginx-clojure-0.2.6/nginx-1.6.0
7575
$ ./nginx
7676
```
7777
If everything is ok, we can access our first http service by this url

QuickStart.md.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a name="user-content-download" class="anchor" href="#download" aria-hidden="true"><span class="octicon octicon-link"></span></a>Download</h2>
66

77
<ol>
8-
<li>Download the latest binaries release v0.2.5 from <a href="https://sourceforge.net/projects/nginx-clojure/files/">here</a>. </li>
8+
<li>Download the latest binaries release v0.2.6 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>
@@ -79,7 +79,7 @@ <h2>
7979
<a name="user-content-start-up" class="anchor" href="#start-up" aria-hidden="true"><span class="octicon octicon-link"></span></a>Start up</h2>
8080

8181
<div class="highlight highlight-nginx"><pre>
82-
<span class="k">$</span> <span class="s">cd</span> <span class="s">nginx-clojure-0.2.5/nginx-1.6.0</span>
82+
<span class="k">$</span> <span class="s">cd</span> <span class="s">nginx-clojure-0.2.6/nginx-1.6.0</span>
8383
$ <span class="s">./nginx</span>
8484
</pre></div>
8585

0 commit comments

Comments
 (0)