Commit 5e6f8cd3d4b974d1104a279fbf17ac8c8208ca1c

Authored by Stéphane Raimbault
1 parent 98c4aca3

Minor adjustments to README about AsciiDoc

Showing 1 changed file with 7 additions and 5 deletions
README.md
... ... @@ -52,15 +52,17 @@ To compile under Windows, install [MinGW](http://www.mingw.org/) and MSYS then
52 52 select the common packages (gcc, automake, libtool, etc). The directory
53 53 *./src/win32/* contains a Visual C project.
54 54  
55   -To compile under OS X with [homebrew](http://mxcl.github.com/homebrew/), you will need
56   -to install the following dependencies first: `brew install autoconf automake libtool`.
  55 +To compile under OS X with [homebrew](http://mxcl.github.com/homebrew/), you
  56 +will need to install the following dependencies first: `brew install autoconf
  57 +automake libtool`.
57 58  
58 59 Documentation
59 60 -------------
60 61  
61   -The documentation can be generated in man pages and HTML files. The HTML files
62   -aren't built by default by the `make` command but by`make htmldoc` in
63   -*docs* directory.
  62 +The documentation is based on
  63 +[AsciiDoc](http://http://www.methods.co.nz/asciidoc/). Only man pages are built
  64 +by default with `make` command, you can run `make htmldoc` in *docs* directory
  65 +to generate HTML files.
64 66  
65 67 The documentation is also available [online](http://libmodbus.org/documentation).
66 68  
... ...