verbatim blocks to standard markdown in readme.md

So we can render it on our own site too
This commit is contained in:
Willem Toorop 2014-02-26 14:35:45 +01:00
parent f5c5c8f255
commit 7b4f5f6a06
1 changed files with 20 additions and 26 deletions

View File

@ -103,10 +103,8 @@ The best way to setup or update the root trust anchor is by using
To setup the library with the root trust anchor at the default location, To setup the library with the root trust anchor at the default location,
execute the following steps as root: execute the following steps as root:
``` # mkdir -p /etc/unbound
# mkdir -p /etc/unbound # unbound-anchor -a /etc/unbound/getdns-root.key
# unbound-anchor -a /etc/unbound/getdns-root.key
```
#Unsupported Features #Unsupported Features
@ -167,30 +165,26 @@ We rely on the most excellent package manager fpm to build the linux packages wh
means that the packaging platform requires ruby 2.1.0. There are other ways to means that the packaging platform requires ruby 2.1.0. There are other ways to
build the packages, this is simplythe one we chose to use. build the packages, this is simplythe one we chose to use.
``` # cat /etc/redhat-release
# cat /etc/redhat-release CentOS release 6.5 (Final)
CentOS release 6.5 (Final) # uname -a
# uname -a Linux host-10-1-1-6 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Linux host-10-1-1-6 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux # cd getdns-0.1.0
# cd getdns-0.1.0 # ./configure --prefix=/home/deploy/build
# ./configure --prefix=/home/deploy/build # make; make install
# make; make install # cd /home/deploy/build
# cd /home/deploy/build # mv lib lib64
# mv lib lib64 # . /usr/local/rvm/config/alias
# . /usr/local/rvm/config/alias # fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.0 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "http://www.getdnsapi.net" --description "Modern asynchronous API to the DNS" .
# fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.0 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "http://www.getdnsapi.net" --description "Modern asynchronous API to the DNS" .
```
###OSX ###OSX
``` # sw_vers
# sw_vers ProductName: Mac OS X
ProductName: Mac OS X ProductVersion: 10.8.5
ProductVersion: 10.8.5 BuildVersion: 12F45
BuildVersion: 12F45
Built using PackageMaker. Built using PackageMaker.
```
Contributors Contributors
============ ============