diff --git a/Install-and-Update.md b/Install-and-Update.md index a9101ed..fe6a835 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -62,7 +62,7 @@ tar xzvf wekan-VERSION.tar.gz Move to the server directory and install the dependencies: ```sh -cd wekan-VERSION && sudo npm install +cd wekan-VERSION/bundle/programs/server && sudo npm install ``` Now go back to the base Wekan bundle directory: