Explorar o código

Fix typo in on_docker.md (#3477)

JUNSEO PARK %!s(int64=2) %!d(string=hai) anos
pai
achega
ee18be98e9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      gitbook/basics/getting-started/on_docker.md

+ 2 - 2
gitbook/basics/getting-started/on_docker.md

@@ -14,8 +14,8 @@ make
 Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
 
 ```sh
-cp iwasm ../../app-samples/hello-world
-cd ../../app-samples/hello-world
+cp iwasm ../../../app-samples/hello-world
+cd ../../../app-samples/hello-world
 ./build.sh
 ```