diff --git a/Install-and-Update.md b/Install-and-Update.md index 3de441f..342b1e4 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -141,7 +141,7 @@ export PORT=8080 Most of them should be self-explaining. After having set the variables, let's move back to the build package folder and start the server: ```sh -cd ../../../../ +cd ../../ node main.js ```