From 41b7e0e07787595b665ddf39deeebc7c75c72260 Mon Sep 17 00:00:00 2001 From: drkitty Date: Sun, 22 Jan 2017 20:55:17 -0800 Subject: [PATCH] Explain about `lounge` command in dev installations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a40daffe..2ece5444 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ lounge --help ### Running from source -The following commands install the development version of The Lounge: +The following commands install and run the development version of The Lounge: ```sh git clone https://github.com/thelounge/lounge.git @@ -54,6 +54,8 @@ NODE_ENV=production npm run build npm start ``` +When installed like this, npm doesn't create a `lounge` executable. Use `npm start -- ` to run subcommands. + ⚠️ While it is the most recent codebase, this is not production-ready! Run at your own risk. It is also not recommended to run this as root.