mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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:
parent
91601c8989
commit
c84da6bbb2
12
README.md
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user