Skip to content

Commit ad8c5f4

Browse files
PoroGramrTianlongLiang
authored andcommitted
Fix typo in on_docker.md (#3477)
1 parent 0ed955d commit ad8c5f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gitbook/basics/getting-started/on_docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ make
1414
Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
1515

1616
```sh
17-
cp iwasm ../../app-samples/hello-world
18-
cd ../../app-samples/hello-world
17+
cp iwasm ../../../app-samples/hello-world
18+
cd ../../../app-samples/hello-world
1919
./build.sh
2020
```
2121

0 commit comments

Comments
 (0)