From a68610d73788128e4894308f2244ded53c858ebb Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 14 Jul 2017 14:11:32 +0100 Subject: [PATCH] Minor formatting fixes --- docs/remote_gpio.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/remote_gpio.rst b/docs/remote_gpio.rst index 1686d3d..d33ac61 100644 --- a/docs/remote_gpio.rst +++ b/docs/remote_gpio.rst @@ -23,7 +23,7 @@ Preparing the Raspberry Pi If you're using Raspbian Jessie (desktop - not Jessie Lite) then you have everything you need to use the remote GPIO feature. If you're using Jessie -Lite, or another distribution, you'll need to install pigpio:: +Lite, or another distribution, you'll need to install pigpio: .. code-block:: console @@ -52,7 +52,9 @@ example: $ sudo pigpiod -n localhost -n 192.168.1.65 # allow localhost and 192.168.1.65 only You will need to launch the pigpio daemon every time you wish to use this -feature. To automate running the daemon at boot time:: +feature. To automate running the daemon at boot time: + +.. code-block:: console $ sudo systemctl enable pigpiod