Skip to content

Commit

Permalink
readme: add mention that dot is required
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <rjarry@redhat.com>
  • Loading branch information
rjarry committed Apr 16, 2024
1 parent c76830d commit 3a0666e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ export it in other formats.
pip install --user sosviz
```

System dependency to [`dot`](https://command-not-found.com/dot) from the
[`graphviz`](https://graphviz.org/) package.

```
sudo dnf install graphviz
```

or:

```
sudo apt install graphviz
```

## Usage

```
Expand All @@ -28,7 +41,7 @@ options:
Output format (default: svg).
```

## Examples
## Example usage

```
sosviz ~/tmp/sosreport > example.svg
Expand Down

0 comments on commit 3a0666e

Please sign in to comment.