We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed955d commit ad8c5f4Copy full SHA for ad8c5f4
1 file changed
gitbook/basics/getting-started/on_docker.md
@@ -14,8 +14,8 @@ make
14
Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
15
16
```sh
17
-cp iwasm ../../app-samples/hello-world
18
-cd ../../app-samples/hello-world
+cp iwasm ../../../app-samples/hello-world
+cd ../../../app-samples/hello-world
19
./build.sh
20
```
21
0 commit comments