Skip to content

Commit 66be003

Browse files
committed
Update doc
1 parent 64fabdb commit 66be003

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gtsa"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Mnwa <mihan@panfilov.biz>"]
55
edition = "2018"
66
description = "Simple proxy gelf messages to the Sentry."

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ These instructions will get you a copy of the project up and running on your loc
1414

1515
You need to docker or cargo with rust
1616

17-
### Installing
17+
### Installing and running
1818

19-
You can install it with cargo
19+
You can install and run it with cargo
2020

2121
```bash
22-
cargo install --path .
22+
cargo install gtsa
2323
gtsa
2424
```
2525

0 commit comments

Comments
 (0)