From 20f7e639d4db0bf1d288b9f66c4cad5eff9ccdfe Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <ericrasmussen1@gmail.com>
Date: Wed, 25 May 2022 14:39:01 -0500
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 2134667..3d6730e 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,10 @@ Quick Tutorial
 4. Events *may* include a resource reservation but do not have to.
 5. Admins with the right privilege can set the *hours* of the space, which indicate when reservations can be made.
 6. The agenda is a quick overview of the day for Admins to look at. 
+
+Deploying Updates on Production
+===============================
+```
+$ sudo -u ucommscheduler -s -H
+$ systemctl --user restart unicorn
+```
-- 
GitLab