cd path/to/your/prefered/target/directory
git clone https://github.com/miles-no/milescamp2022-here-we-go
cd milescamp2022-here-we-go
cd client/
go build .
./client help
cd broker/
go run . # ctrl+c to stop
cd path/to/your/prefered/target/directory
git clone https://github.com/miles-no/milescamp2022-here-we-go
cd milescamp2022-here-we-go
cd client/
go build .
./client help
cd broker/
go run . # ctrl+c to stop