From 4889525b547732a8dae202ba59c55c590b86043f Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 28 May 2026 01:12:23 +0000 Subject: [PATCH] Update deployment instructions --- deployment-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment-instructions.md b/deployment-instructions.md index 8d339e7..3c5f852 100644 --- a/deployment-instructions.md +++ b/deployment-instructions.md @@ -50,6 +50,7 @@ pip install waitress Create the config file: ``` +sudo mkdir instance sudo nano instance/config.py ```