From c84da6bbb2178f1a8c50dc71b0c952874e886961 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 9 Aug 2012 20:05:57 +0300 Subject: [PATCH] README.md: add instructions for downloading without git. Please don't try them yet, because I didn't sign that file yet, so signature file is missing. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 10aedef2..3db23c33 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ This is repository for important files, which I prefer to have everywhere. +## Downloading without git (NEW!) + +I wrote a script to download files in this repository without git. + +``` +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 +chmod +x shell-things.sh && ./shell-things.sh +``` + ## What is what ### root