From 63800fcd671004ca83a3cc8483ae065cf5626c58 Mon Sep 17 00:00:00 2001 From: Stefaan Ghysels Date: Mon, 25 Jun 2018 14:24:40 +0200 Subject: [PATCH] fixed formatting --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 024c932..903658e 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,8 @@ For simple script based apps (like most of the current packages), you only need On Ubuntu 16.04: +.. code:: + apt-get install libxml2:i386 Ensure you have openssl v1.0.x, not openssl v1.1+. @@ -32,9 +34,11 @@ Docker The build environment is also available in a docker image. - docker build -t wdpk . - docker run -it -v $(pwd):/wdpksrc wdpk /bin/bash - cd wdpk/ +.. code:: + + docker build -t wdpk . + docker run -it -v $(pwd):/wdpksrc wdpk /bin/bash + cd wdpk/ ./build.sh Native apps