From 85eb61de87eb387ca504d24b0d71461a18749751 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 27 Oct 2016 22:48:43 -0700 Subject: [PATCH] Update z-wave docs to correctly format alt cmds (#1348) --- source/getting-started/z-wave.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index 96c780deee5..5a4ba4f1cd3 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -43,14 +43,13 @@ $ sudo PYTHON_EXEC=$(which python3) make install

Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled: +

```bash $ sudo apt-get install -y checkinstall $ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave ``` -

- With this installation, your `config_path` needed below will resemble: ```bash