Skip to content

Commit f3d1dd8

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

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i3owm"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Patrick Hoffmann fightling@elektropost.org>"]
55
edition = "2018"
66
description = "Open Weather extension for i3status"

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ To install this from Rust community's crate registry, one must install Rust. The
2828
cargo install i3owm
2929
```
3030

31-
Then add this to your `.profile`:
32-
33-
```bash
34-
# set PATH so it includes user's private ~/.cargo/bin if it exists
35-
if [ -d "$HOME/.cargo/bin" ] ; then
36-
PATH="$HOME/.cargo/bin:$PATH"
37-
fi
38-
```
39-
4031
## Options
4132

4233
```

0 commit comments

Comments
 (0)