diff --git a/doc/2-PI.rst b/doc/2-PI.rst index fc0cfc1..7daf924 100644 --- a/doc/2-PI.rst +++ b/doc/2-PI.rst @@ -1,10 +1,10 @@ -Configuration Pi -================ +Raspberry Pi configuration +========================== Raspbian installation --------------------- -The installation will be done on a Raspberry Pi, powered by the `*Raspbian Jessie Lite* `_ image. +The installation will be done on a Raspberry Pi, powered by the `**Raspbian Jessie Lite** `_ image. You can follow the installation instructions for more information about how to write the image on an `SD Card `_. diff --git a/doc/3-COMPILING.rst b/doc/3-COMPILING.rst index d0a44d8..4c5f3a2 100644 --- a/doc/3-COMPILING.rst +++ b/doc/3-COMPILING.rst @@ -6,8 +6,8 @@ Dependencies Installation on a new Raspberry Pi image (Raspbian Jessie Lite) -Divers -~~~~~~ +Packaged dependencies +~~~~~~~~~~~~~~~~~~~~~ First, let's download the basic tools for compilation, plus the server's dependencies, from the official repo:: @@ -60,4 +60,4 @@ Now you're all set to test the program ! Additional notes ~~~~~~~~~~~~~~~~ -If there is any ``#include`` problem at compilation, don't forget to check where all the libraries are installed (``.h`` and ``.so`` files) and to update the QMake file (``src/be-server.pro``) according to their locations. +If there is any ``#include`` problem during compilation, don't forget to check where all the libraries are installed (``.h`` and ``.so`` files) and to update the QMake file (``src/be-server.pro``) according to their locations.