We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6beec commit 8b8b756Copy full SHA for 8b8b756
README.md
@@ -105,3 +105,4 @@ $ git clone https://github.com/TheHamkerCat/wallrus
105
$ cd wallrus
106
$ bash ./install.sh
107
```
108
+make sure `.cargo/bin/` is in `$PATH`
install.sh
@@ -1,7 +1,8 @@
1
#!/usr/bin/bash
2
3
cargo build --release
4
-mv target/release/wallrus .
+chmod +x target/release/wallrus
5
+mv target/release/wallrus $HOME/.cargo/bin/
6
7
if [ -e /usr/bin/feh ]
8
then
0 commit comments