From a6d11c523facd6b2e7ab45995874aabcbafb9e0b Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 25 Apr 2022 21:12:34 +0200 Subject: [PATCH] update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index db573bd..924134d 100644 --- a/README.org +++ b/README.org @@ -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