edited README
This commit is contained in:
parent
e26d3ff2cd
commit
92e699bc46
16
README.md
16
README.md
@ -13,6 +13,22 @@ A minimal fast dwm status bar written in **Rust** 🦀
|
||||
## Note
|
||||
This tool is still in development stage.
|
||||
|
||||
## Install
|
||||
clone the repo
|
||||
```sh
|
||||
git clone https://github.com/mustafasalih1993/rsblocks
|
||||
```
|
||||
build with **cargo**
|
||||
```sh
|
||||
cargo build --release
|
||||
```
|
||||
move the executable somewhere in your **PATH** (assuming you are in the root dir of the project)
|
||||
```sh
|
||||
mv ./target/release/rs_blocks /usr/local/bin
|
||||
```
|
||||
|
||||
you good to go now and can run `rs_blocks` from your terminal or put that in your `.xinitrc`
|
||||
|
||||
## Contributions
|
||||
All Contributions are welcome.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user