diff --git a/README.md b/README.md index 213466755cdf3f66b7068c538ed5ef2d1bc10032..3d6730e6aa1961a6f49b420e4c6db787274739a2 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 +```