aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormustafa salih <mustafasalih1991@gmail.com>2020-12-31 05:31:15 +0300
committermustafa salih <mustafasalih1991@gmail.com>2020-12-31 05:31:15 +0300
commit57eac590cc63ca9e4b70214f5353269f709a5650 (patch)
tree5beba61eddb6b8d2973816fa9bb1c05600ce9483 /README.md
parentdc451435ed739a0c955369980ad571ca077439ae (diff)
config
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0e3c6bb..f88dc7c 100644
--- a/README.md
+++ b/README.md
@@ -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
```