Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Feb 7, 2020
1 parent a7b86fd commit 37d4442
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ There are default configurations for Linux and macOS, respectively, that are bui

### Help

```bash
usereport 0.1.0
```sh
usereport 0.1.1
Lukas Pustina <lukas@pustina.net>
Collect system information for the first 60 seconds of a performance analysis

Expand Down Expand Up @@ -53,7 +53,7 @@ ARGS:
### Example on Linux
```bash
```sh
usereport --profile mem --progress --output html
```
Expand All @@ -64,7 +64,7 @@ usereport --profile mem --progress --output html
Please add my [PackageCloud](https://packagecloud.io/lukaspustina/opensource) open source repository and install _usereport_ via apt.
```bash
```sh
curl -s https://packagecloud.io/install/repositories/lukaspustina/opensource/script.deb.sh | sudo bash
sudo apt-get install usereport
```
Expand All @@ -77,7 +77,7 @@ There are binaries available at the GitHub [Release Page](https://github.com/luk
Please install Rust via [rustup](https://www.rustup.rs) and then run
```bash
```sh
cargo install usereport-rs
```
Expand Down

0 comments on commit 37d4442

Please sign in to comment.