From aa138efa17dd2c4d514d2c207ed31e5c28713dba Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 14 Nov 2022 11:32:28 -0700 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6bc52f5..8e6fb867 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Stack Orchestrator allows building and deployment of a Laconic stack on a single ## Setup ### User Mode -Developer mode runs the orchestrator from a "binary" single-file release. +User mode runs the orchestrator from a "binary" single-file release and does not require special Python environment setup. Use this mode unless you plan to make changes to the orchestrator source code. #### Prerequisites Stack Orchestrator is a Python3 CLI tool that runs on any OS with Python3 and Docker. Tested on: Ubuntu 20/22.