From 451345ec4644586a6e02aa8b1d569b685d8ac1df Mon Sep 17 00:00:00 2001 From: ScienJus Date: Sat, 12 Mar 2016 18:33:48 +0800 Subject: [PATCH] fixed wrong path --- Install-and-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: