This commit is contained in:
Stuart Feichtinger 2016-01-31 20:36:11 -06:00
parent 93ff9b448a
commit c7ab1a53c5
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ Specifically, I was playing around with a [Teviso RD3024 radiation sensor](http:
```bash
sudo apt-get install mosquitto
cd /etc/mosquitto/
#See "Both" Setup Instructions Below
#See "Configuring Mosquitto Broker below"
```
####_Installing On a Mac:_
```bash
brew install mosquitto
cd /usr/local/etc/mosquitto
#See "Both" Setup Instructions Below
#See "Configuring Mosquitto Broker below"
```
---