From d05bece7228c66f51865ed17e2b3c5bb575c826b Mon Sep 17 00:00:00 2001 From: Kiwi Date: Mon, 18 Mar 2019 10:58:06 +0100 Subject: [PATCH] feat: add note that building might take a while --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 991b836ba..3e1044e5c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ cd talk # Install dependencies. npm install -# Build the application dependencies. +# Build the application dependencies. +# This might take a while. npm run build ``` @@ -158,7 +159,7 @@ Then start Talk with: ```bash # Run the server in development mode in order to facilitate auto-restarting and -# rebuilding when file changes are detected. +# rebuilding when file changes are detected. This might take a while to fully run. npm run watch ```