mirror of
https://github.com/thelounge/thelounge
synced 2024-11-29 07:20:25 +00:00
Warn against running from source as root in README
This commit is contained in:
parent
837f78f1ae
commit
0d54879e45
1 changed files with 7 additions and 2 deletions
|
@ -61,8 +61,7 @@ lounge --help
|
||||||
|
|
||||||
### Running from source
|
### Running from source
|
||||||
|
|
||||||
The following commands install the development version of The Lounge. A word of
|
The following commands install the development version of The Lounge:
|
||||||
caution: while it is the most recent codebase, this is not production-ready!
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/thelounge/lounge.git
|
git clone https://github.com/thelounge/lounge.git
|
||||||
|
@ -71,6 +70,12 @@ npm install
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A word of caution:
|
||||||
|
|
||||||
|
- While it is the most recent codebase, this is not production-ready!
|
||||||
|
- It is not recommended to run this as root. However, if you decide to do so,
|
||||||
|
you will have to run `npm run build`.
|
||||||
|
|
||||||
## Development setup
|
## Development setup
|
||||||
|
|
||||||
Simply follow the instructions to run The Lounge from source above, on your own
|
Simply follow the instructions to run The Lounge from source above, on your own
|
||||||
|
|
Loading…
Reference in a new issue