mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
update: README.md - instructions
copying to ~/.local/bin overwrites the bin/ directory
This commit is contained in:
parent
087ebfd1e0
commit
982baa0aef
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ images as lockscreen background depending on argument provided by user.
|
|||
```sh
|
||||
git clone https://github.com/pavanjadhaw/betterlockscreen
|
||||
cd betterlockscreen
|
||||
cp betterlockscreen ~/.local/bin
|
||||
cp betterlockscreen ~/.local/bin/
|
||||
```
|
||||
|
||||
<p style="text-align: center">OR</p>
|
||||
|
@ -67,7 +67,7 @@ cp betterlockscreen ~/.local/bin
|
|||
# or wget the script ~12KB
|
||||
wget -O betterlockscreen https://git.io/fASUJ
|
||||
chmod u+x betterlockscreen
|
||||
cp betterlockscreen ~/.local/bin
|
||||
cp betterlockscreen ~/.local/bin/
|
||||
```
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue