From 7f17783e3b0476e7046ebe027bea8b7297de814b Mon Sep 17 00:00:00 2001 From: Josh Fleming Date: Mon, 10 Dec 2018 15:41:41 -0800 Subject: [PATCH] fix double backticks to single backticks --- customization/removing-templatevm-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/removing-templatevm-packages.md b/customization/removing-templatevm-packages.md index e7008b52..ddb61f38 100644 --- a/customization/removing-templatevm-packages.md +++ b/customization/removing-templatevm-packages.md @@ -38,7 +38,7 @@ Do you want to continue? [Y/n] ``` Note all of the qubes packages are tracked as dependencies that will no longer be required. `apt remove` will only remove the packages listed, which is ok. -If, however you also run ``apt autoremove`` the other qubes packages necessary for TemplateVMs will be removed. +If, however you also run `apt autoremove` the other qubes packages necessary for TemplateVMs will be removed. If you'd still like to remove one of these applications without breaking your TemplateVM you have a couple different options.