Skip to content

Commit 0e4cfd2

Browse files
committed
Added downloading instructions
1 parent 5cbf6e9 commit 0e4cfd2

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,28 @@ within the nginx worker process's address space and uses nginx's built-in
2929
upstream event-loop framework to talk to the Mobwrite daemon asynchronously.
3030

3131

32-
2. Installation
32+
2. Downloading
33+
34+
The source code for nginx-mobwrite is available on Github at:
35+
http://github.com/brianpane/nginx-mobwrite
36+
37+
The recommended way to download nginx-mobwrite is to select the
38+
latest release from the "all tags" menu at the top of the Github page
39+
and then click the "download" button. Github will then package the
40+
selected version of the code into a .tar.gz file and download it to
41+
your browser.
42+
43+
Alternatively, if you use Git, you can run:
44+
git clone git://github.com/brianpane/nginx-mobwrite.git
45+
to check out the latest source code.
46+
47+
48+
3. Installation
3349

3450
Please see the INSTALL file at the root of the nginx-mobwrite source
3551
directory for detailed installation and configuration instructions.
3652

3753

38-
3. Maintainer
54+
4. Maintainer
3955

4056

0 commit comments

Comments
 (0)