From 596a1f912f306a2a8e1236fed7626b708735741c Mon Sep 17 00:00:00 2001 From: sharky98 Date: Fri, 16 Aug 2019 20:04:59 -0400 Subject: [PATCH] Add description of the container flag --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4bcd9971..7dc8788d 100755 --- a/README.md +++ b/README.md @@ -142,6 +142,10 @@ use --user flag to create a user and install using that user python install.py --develop --user [frappe-user] +use --container flag to install inside a container (this will prevent the `/proc/sys/vm/swappiness: Read-only` file system error) + + sudo python install.py --production --user [frappe-user] --container + use --version flag to install specific version python install.py --develop --version 11 --user [frappe-user]