From b9fdb40f570fd957b16fe203ad98625208f28535 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 25 Mar 2016 13:46:49 -0400 Subject: [PATCH] readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c64f979..480894b 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,15 @@ Resin Dockerfile & scripts for [The Things Network](http://thethingsnetwork.org/ - Resin will automatically restart the gateway software any time you change the environment variables. You'll see this in the log. Also, note that Resin restarts the gateway properly after power failures. If the packet forwarder fails because of an error, it will also automatically attempt to restart. -- If you'd like to update the software across all the gateways in your device fleet, simply do another "git push resin master", which will rebuild the software +- If you'd like to update the software across all the gateways in your device fleet, simply do the following: + + Edit the Dockerfile to bump the TTN_GATEWAY_VERSION number + git add . + git commit -m "Updated gateway version" + git push resin master" # Credits -These scripts are largely based on the work of: [Gonzalo Casas](https://github.com/gonzalocasas] on the [iC880a-based gateway](https://github.com/ttn-zh/ic880a-gateway/tree/spi) -[Ruud Vlaming](https://github.com/devlaam) on the [Lorank8 installer](https://github.com/Ideetron/Lorank) \ No newline at end of file +[Ruud Vlaming](https://github.com/devlaam) on the [Lorank8 installer](https://github.com/Ideetron/Lorank) +The team at resin.io [https://resin.io/team/]