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.

This commit is contained in:
Mika Suomalainen 2012-08-09 20:05:57 +03:00
parent 91601c8989
commit c84da6bbb2
1 changed files with 12 additions and 0 deletions

View File

@ -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