update README

This commit is contained in:
Denis Lehmann 2022-04-25 21:12:34 +02:00
parent e22785188c
commit a6d11c523f

View file

@ -46,7 +46,7 @@
** Installation
Call the following command in the repository to install the module:
Execute the following command in the repository to install /raincloud/ in your environment:
: $ pip install .
@ -54,7 +54,7 @@
: $ gunicorn "raincloud:create_app(base_path='public', secret_key='i_am_a_key')"
*Note* that currently only one worker is supported due to server side session caching.
*Note* that currently only one worker makes sense due to server side session caching.
*** NixOS