File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,28 @@ within the nginx worker process's address space and uses nginx's built-in
29
29
upstream event-loop framework to talk to the Mobwrite daemon asynchronously.
30
30
31
31
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
33
49
34
50
Please see the INSTALL file at the root of the nginx-mobwrite source
35
51
directory for detailed installation and configuration instructions.
36
52
37
53
38
- 3 . Maintainer
54
+ 4 . Maintainer
39
55
40
56
You can’t perform that action at this time.
0 commit comments