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