Update zwave.markdown

formatting fix to include the literal ` in the custom package command
This commit is contained in:
Will Heid 2016-03-25 16:50:10 -07:00
parent af8080c8bf
commit 0969371fb0

View File

@ -43,7 +43,7 @@ $ sudo PYTHON_EXEC=`which python3` make install
<p class='note'> <p class='note'>
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled: Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
`$ sudo PYTHON_EXEC=`which python3` checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave` ```$ sudo PYTHON_EXEC=`which python3` checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave````
</p> </p>