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 18f6ea5 commit 8e2e8c2Copy full SHA for 8e2e8c2
content/docs/2/tutorial/introduction.md
@@ -30,7 +30,7 @@ On Unix based systems, download our tar.gz package.
30
```bash
31
mkdir -p /tmp/iofog/demo
32
cd /tmp/iofog/demo
33
-curl -L -o demo.tar.gz https://github.com/eclipse-iofog/demo/archive/v2.0.0.tar.gz
+curl -L -o demo.tar.gz https://github.com/eclipse-iofog/demo/archive/v2.0.2.tar.gz
34
tar -zxvf demo.tar.gz --strip-components=1
35
```
36
0 commit comments