We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a611450 commit 1fbccc4Copy full SHA for 1fbccc4
README.md
@@ -23,7 +23,7 @@ rm -rf devicehive-python-2.1.0/
23
```
24
- Copy gateway package:
25
```bash
26
-mkdir -p /opt/devicehive && curl -SL https://github.com/devicehive/lora-gateway/releases/download/v0.0.1/gateway.tar.gz | tar zx -C /opt/devicehive
+mkdir -p /opt/devicehive && curl -SL https://github.com/devicehive/lora-gateway/releases/download/v0.0.2/gateway.tar.gz | tar zx -C /opt/devicehive
27
28
- Install it with:
29
0 commit comments