From 71c189ba52b3866bd9a85d07e94536001b053bb1 Mon Sep 17 00:00:00 2001 From: fkrone Date: Sun, 15 Mar 2015 20:05:38 +0100 Subject: [PATCH] Try to fix installation instructions --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d30c64e..bce4d48 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,12 +50,12 @@ - If you encounter any errors when using this command you might need to kill active processes from nobody - mkdir -p /var/gpg/.gnupg + `mkdir -p /var/gpg/.gnupg mkdir -p /var/smime/certs chown -R nobody /var/gpg chown -R nobody /var/smime chmod 700 /var/gpg/.gnupg - sudo -u nobody /usr/bin/gpg --homedir=/var/gpg/.gnupg --import /some/public.key + sudo -u nobody /usr/bin/gpg --homedir=/var/gpg/.gnupg --import /some/public.key` - Replace `/some/public.key` with the location of a public key - `/some/public.key` can be deleted after importation