Quellcode durchsuchen

Fix typo in on_docker.md (#3477)

JUNSEO PARK vor 1 Jahr
Ursprung
Commit
ee18be98e9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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
 Then you are ready to go to the directory that contains the hello world program and copy our iwasm vmcore
 
 
 ```sh
 ```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
 ./build.sh
 ```
 ```