Skip to content

Commit 8b8b756

Browse files
committed
feat: changing path of executable and adding it in PATH dirs
1 parent aa6beec commit 8b8b756

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ $ git clone https://github.com/TheHamkerCat/wallrus
105105
$ cd wallrus
106106
$ bash ./install.sh
107107
```
108+
make sure `.cargo/bin/` is in `$PATH`

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/bash
22

33
cargo build --release
4-
mv target/release/wallrus .
4+
chmod +x target/release/wallrus
5+
mv target/release/wallrus $HOME/.cargo/bin/
56

67
if [ -e /usr/bin/feh ]
78
then

0 commit comments

Comments
 (0)