From eb3f685c56f363e3a81b6f222d344012a3882844 Mon Sep 17 00:00:00 2001
From: Mikey Dickerson <user@fedora-23-dvm>
Date: Fri, 14 Apr 2017 18:28:25 -0400
Subject: [PATCH] sudo not necessary here

---
 managing-os/templates.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/managing-os/templates.md b/managing-os/templates.md
index a69cf7ad..fb57c51b 100644
--- a/managing-os/templates.md
+++ b/managing-os/templates.md
@@ -102,7 +102,7 @@ Important Notes
    sub-menu of the removed TemplateVM. For example, to remove a dangling sub-menu
    for a removed "fedora-24" template, open a Dom0 Terminal and type:
 
-       $ sudo rm ~/.local/share/applications/fedora-24-*
+       $ rm ~/.local/share/applications/fedora-24-*
 
    Just make sure there are no other TemplateVMs whose names start with "fedora-24"
    or else their menu items will be removed too.