Commit fe6a2ec75fb546ef78180d7d7c93fd185056af05

Authored by Frederik Lindenaar
1 parent 42414814

more Markdown testing

Showing 1 changed file with 8 additions and 5 deletions
README.md
... ... @@ -49,14 +49,17 @@ consider using the Apache mod_perl module for highly a volatile domain.
49 49 The setup of this solution consists of the following steps:
50 50  
51 51 1. Ensure that the Perl modules CGI and Net::DNS are installed.
52   - * on Debian/Ubuntu linux this can be done by:
53   - ~~~
  52 + * on Debian/Ubuntu linux this can be done with:
  53 +
  54 +~~~
54 55 sudo apt-get install libcgi-pm-perl libnet-dns-perl
55   - ~~~
  56 +~~~
  57 +
56 58 * or directly from CPAN (assuming that is installed):
57   - ~~~
  59 +
  60 +~~~
58 61 cpan CGI Net::DNS
59   - ~~~
  62 +~~~
60 63  
61 64 2. Install the file `dyndns.pl` either in your cgi-bin directory or in a
62 65 separate folder
... ...