packages feed

octane-0.4.4: README.md

# [Octane][]

[![Version badge][]][version]
[![Windows build badge][]][windows build]
[![Build badge][]][build]

Octane parses [Rocket League][] replays.

## Usage

1.  Install [Stack][].

2.  `stack --resolver nightly install octane`

3.  `stack exec octane path/to.replay`

[Octane]: https://github.com/tfausak/octane
[Version badge]: https://www.stackage.org/package/octane/badge/nightly?label=version
[version]: https://www.stackage.org/package/octane
[Windows build badge]: https://ci.appveyor.com/api/projects/status/github/tfausak/octane?branch=main&svg=true
[windows build]: https://ci.appveyor.com/project/TaylorFausak/octane
[Build badge]: https://travis-ci.org/tfausak/octane.svg?branch=main
[build]: https://travis-ci.org/tfausak/octane
[Rocket League]: http://rocketleague.psyonix.com
[Stack]: http://haskellstack.org