mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-12 11:49:45 +00:00
add extra instruction for wget(ing) the script, to save bandwidth and diskspace for users... :P
This commit is contained in:
parent
59b387c045
commit
bb74d3f3ed
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -56,7 +56,7 @@ yaourt -S i3lock-color-git
|
||||||
|
|
||||||
### How to get started
|
### How to get started
|
||||||
|
|
||||||
Clone this repo
|
#### Clone this repo
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/pavanjadhaw/betterlockscreen
|
git clone https://github.com/pavanjadhaw/betterlockscreen
|
||||||
|
@ -68,6 +68,18 @@ navigate to cloned repository
|
||||||
cd betterlockscreen
|
cd betterlockscreen
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### If you dont want to clone the repo and save some bandwidth and diskspace you can do the following
|
||||||
|
|
||||||
|
```
|
||||||
|
wget https://raw.githubusercontent.com/pavanjadhaw/betterlockscreen/master/lock.sh
|
||||||
|
|
||||||
|
chmod +x lock.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
grab your fav image for lockscreen background
|
grab your fav image for lockscreen background
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue