Explorar el Código

Fix typo in on_docker.md (#3477)

JUNSEO PARK hace 1 año
padre
commit
ee18be98e9
Se han modificado 1 ficheros con 2 adiciones y 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
 ```