Skip to content

Commit

Permalink
Add getting started instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Oct 6, 2024
1 parent d04f0c4 commit a6eae69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ A tool for generating traces from GitHub Actions. The generated traces are compa

## Getting started

1. Download the `.whl` file from the [latest release](https://github.com/WATonomous/github-actions-tracing/releases/latest).
2. Install the wheel: `pip install <path_to_file.whl>`
3. Run the CLI: `gatrace`

## Development

```bash
# Install dependencies
pdm sync --dev
Expand Down

0 comments on commit a6eae69

Please sign in to comment.