Skip to content

Commit 188594c

Browse files
author
Patrick Hoffmann
committed
update installation procedure
1 parent 2e09408 commit 188594c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,12 @@ Output would be like:
2020

2121
Get your free API-key at https://openweathermap.org/price.
2222

23+
## Installation
2324

24-
## Build project
25+
To install this from Rust community's crate registry, one must install Rust. Then do this in the terminal:
2526

2627
```
27-
cargo build
28-
```
29-
30-
## Install project
31-
32-
Within the project directory run:
33-
34-
```
35-
cargo install --path .
28+
cargo install i3owm
3629
```
3730

3831
Then add this to your `.profile`:

0 commit comments

Comments
 (0)