summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuriiya <34311583+tobealive@users.noreply.github.com>2023-03-11 17:27:25 +0100
committerTuriiya <34311583+tobealive@users.noreply.github.com>2023-03-11 17:27:25 +0100
commitda60e0bd5d670797f7a176af58d208d1d25cd84c (patch)
tree4654cd48eeca54779021a18cf6c7c89e7046c4ed
parent757286d8a877b72468b6fe837741e45acd090cc4 (diff)
📝 add installation from source + crates.io shieldv1.0.0-rc
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index cc4374f..8f0a01c 100644
--- a/README.md
+++ b/README.md
@@ -155,10 +155,16 @@ Win: `C:\Users\<user>\AppData\Roaming\weathercrab\`
## Installation
-Wthrr is published on [crates.io](https://crates.io/crates/wthrr) and can be installed via rusts package manager.
+<a href="https://crates.io/crates/wthrr" target="_blank">
+ <img alt="crates.io" src="https://img.shields.io/crates/v/wthrr?style=flat-square" />
+</a>
+<br>
+<br>
+
+Use rusts package manger to install wthrr in its latest version from source.
```
-cargo install wthrr
+cargo install --git https://github.com/tobealive/wthrr-the-weathercrab.git
```
Requirements and other installations methods can be found in [`INSTALL.md`](https://github.com/tobealive/wthrr-the-weathercrab/blob/main/INSTALL.md).