Skip to content

Commit d30c182

Browse files
committed
update
1 parent 884c995 commit d30c182

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ Python CLI to create and manage Perses dashboards.
1818

1919
This is the minimal working example. Relies on above defaults.
2020

21+
- Download binary from [releases](https://github.com/agardnerIT/perses-python-cli/releases/latest).
22+
- Rename it to `persescli`
23+
- Make it executable and add to `PATH`.
24+
2125
Create a dashboard called `foo` and save it as `./foo.json`
2226

2327
```sh {"id":"01J5FPD49C4A85T452HRPY5DVC"}
24-
python perses.py --dashboard-name foo
28+
./persescli --dashboard-name foo
2529
```

0 commit comments

Comments
 (0)