diff options
author | mustafa salih <mustafasalih1991@gmail.com> | 2020-12-31 05:31:15 +0300 |
---|---|---|
committer | mustafa salih <mustafasalih1991@gmail.com> | 2020-12-31 05:31:15 +0300 |
commit | 57eac590cc63ca9e4b70214f5353269f709a5650 (patch) | |
tree | 5beba61eddb6b8d2973816fa9bb1c05600ce9483 /README.md | |
parent | dc451435ed739a0c955369980ad571ca077439ae (diff) |
config
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -15,8 +15,14 @@ A minimal fast dwm status bar written in **Rust** 🦀 ## Note This tool is still in development stage. -## Install -clone the repo +## Cargo Installation +You can install the binary crate directly +```sh +cargo install rsblocks +``` + +## Manual Installation +You can clone the repo and build from the source code ```sh git clone https://github.com/mustafasalih1993/rsblocks ``` |