We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e09408 commit 188594cCopy full SHA for 188594c
README.md
@@ -20,19 +20,12 @@ Output would be like:
20
21
Get your free API-key at https://openweathermap.org/price.
22
23
+## Installation
24
-## Build project
25
+To install this from Rust community's crate registry, one must install Rust. Then do this in the terminal:
26
27
```
-cargo build
28
-```
29
-
30
-## Install project
31
32
-Within the project directory run:
33
34
35
-cargo install --path .
+cargo install i3owm
36
37
38
Then add this to your `.profile`:
0 commit comments