Update readme to support mac osx master
authorPeng Li <seudut@gmail.com>
Mon, 13 Aug 2018 14:42:18 +0000 (22:42 +0800)
committerPeng Li <seudut@gmail.com>
Mon, 13 Aug 2018 14:42:18 +0000 (22:42 +0800)
README.md

index 1e11da3..54a45ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,6 +8,10 @@
     - run `./install.sh` to install the daemon and service file
 
 - On local machine
+    - Linux,  run `apt-get install sshpass`
+    - Mac OSX, sshpass is not in brew. To install this, 
+        - `brew create https://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz --force`
+        - `brew install sshpass`
     - run `pip install paho-mqtt`
 
 ## Usage