Merge pull request 'Shorten download link' (#3) from eriks-patch-1 into master
Reviewed-on: #3
This commit is contained in:
commit
39a01f3e6b
@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
## Download
|
## Download
|
||||||
### Automated
|
### Automated
|
||||||
|
Target URL for automated download is `https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh` which has been shortened to `https://72.lv/bashrc`
|
||||||
|
|
||||||
#### cURL
|
#### cURL
|
||||||
`curl https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh | bash`
|
`curl -L https://72.lv/bashrc | bash`
|
||||||
|
|
||||||
#### wget
|
#### wget
|
||||||
`wget -qO - https://git.72.lv/eriks/bashrc/raw/branch/master/download.sh | bash`
|
`wget -qO - https://72.lv/bashrc | bash`
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
#### cURL
|
#### cURL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user