Merge pull request #887 from drkitty/explain-dev-installation

Explain about `lounge` command in dev installations
This commit is contained in:
Jérémie Astori 2017-01-31 21:58:05 -05:00 committed by GitHub
commit 616396bc04
1 changed files with 3 additions and 1 deletions

View File

@ -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 -- <command>` 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.