From 001b280936e06bf4a74f97fbcb19d5ec5374813d Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 29 May 2020 12:06:46 -0700 Subject: [PATCH] update readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a164cdd..550f102 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,19 @@ # Generate files from .proto file -```protoc -I=./ --python_out=./ message.proto``` - - +``` +protoc -I=./ --python_out=./ message.proto +``` # Make the config.ini file Following this format create a config.ini file. - ``` - [Default] AppId= AccessKey=ttn-account-v2. - ``` - # Run the Gateway After generating the protobuf files and making a config.ini file one can simply run: