Skip to content

Commit c925c54

Browse files
committed
updated docs to reflect recent changes.
1 parent 63f04ca commit c925c54

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
This repository holds the source scripts for my Nginx tutorial series
2-
published here: http://blog.sina.com.cn/openresty
2+
published here:
3+
4+
http://openresty.org/download/agentzh-nginx-tutorials-en.html
5+
6+
Versions in other languages are expected to be maintained by the community.
37

48
Pre-generated e-books can be downloaded directly from here:
59

6-
http://openresty.org/#eBooks
10+
http://openresty.org/#eBooks
711

8-
1. install perl 5.8.1+ into your system (usually it is already
9-
installed on *NIX systems.
12+
How to generate HTML and other ebook format files on your side:
1013

14+
1. install perl 5.8.1+ into your system (usually it is already
15+
installed on \*NIX systems.
1116
2. install the Perl CPAN module List::MoreUtils with the
1217
command:
1318

1419
sudo cpan List::MoreUtils
1520

1621
3. Install Calibre from here: http://calibre-ebook.com/
17-
18-
4. Build the ebook files *.mobi and *.epub
19-
22+
4. Build the ebook files \*.mobi and \*.epub
2023
make
21-
22-
Note that Gnu make is also required. On most *BSD systems,
24+
Note that Gnu make is also required. On most \*BSD systems,
2325
it's usually required to run "gmake" instead of "make" here.
2426

0 commit comments

Comments
 (0)