Skip to content

Commit

Permalink
added missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Mar 30, 2020
1 parent 39ff5bc commit 9f18c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/smart-home-automation/MQTT-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Sending empty payload to `phoniebox/cmd/help` will be responded by a list of all
Install missing python packages for MQTT:

~~~
pip3 install paho-mqtt
sudo pip3 install paho-mqtt
~~~

All relevant files can be found in the folder:
Expand Down

0 comments on commit 9f18c21

Please sign in to comment.