Update README.md

This commit is contained in:
Mustafa Salih 2020-12-21 19:16:23 +03:00 committed by GitHub
parent 92e699bc46
commit 7075f7cf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# rs_blocks # rsblocks
A minimal fast dwm status bar written in **Rust** 🦀 A minimal fast dwm status bar written in **Rust** 🦀
<p> <p>
<img align="center" src="./screenshots/1.png"/> <img align="center" src="./screenshots/1.png"/>
@ -24,10 +24,10 @@ cargo build --release
``` ```
move the executable somewhere in your **PATH** (assuming you are in the root dir of the project) move the executable somewhere in your **PATH** (assuming you are in the root dir of the project)
```sh ```sh
mv ./target/release/rs_blocks /usr/local/bin mv ./target/release/rsblocks /usr/local/bin
``` ```
you good to go now and can run `rs_blocks` from your terminal or put that in your `.xinitrc` you good to go now and can run `rsblocks` from your terminal or put that in your `.xinitrc`
## Contributions ## Contributions
All Contributions are welcome. All Contributions are welcome.