From 1b8646cdd5f2403f3dfdc4983f2b485d1070051e Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 13 Aug 2012 18:53:35 +0300 Subject: [PATCH] Fix README.md. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3db23c33..7b59be49 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ This is repository for important files, which I prefer to have everywhere. I wrote a script to download files in this repository without git. +NOTE: If the fourth command gives you "BAD SIGNATURE", proceed with caution! + ``` -mkdir -p shell-things -cd shell-things wget -O shell-things.sh http://mkaysi.github.com/shell-things.sh wget -O shell-things.sh.asc http://mkaysi.github.com/shell-things.sh.asc +gpg --fetch-keys http://mkaysi.github.com/PGP/0x82A46728.txt +gpg --verify shell-things.sh.asc chmod +x shell-things.sh && ./shell-things.sh ```