From e75e3399ab94c68f19cf4fe6a5d5d0fa49292bc1 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 18 Sep 2013 16:06:51 -0400 Subject: [PATCH] added link to upgrade instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c02555530..4e55deda6c 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,7 @@ NodeBB can also be started with helper programs, such as `supervisor` and `forev *(Optional)* Some server configurations may install the node binary as `nodejs` instead of `node`. You can re-map it (so as to not break compatibility with `node-supervisor`) by running the following command: # update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10 + +## Upgrading NodeBB + +Detailed upgrade instructions are listed in [Upgrading NodeBB](https://github.com/designcreateplay/NodeBB/wiki/Upgrading-NodeBB) \ No newline at end of file