Updated dev instructions

main
Drew Bednar 4 months ago
parent 34e2dd11b2
commit 4314b5e864

@ -1,3 +1,23 @@
# learn_mqtt_go
# Learn MQTT with Go
Learning MQTT with Golang
Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker.
## Development
Start the local development environment with:
```
make start-dev
```
Stop with
```
make stop-dev
```
## Usage
*Instructions TBD*
Loading…
Cancel
Save