Skip to content

Commit

Permalink
adds instructions for older versions of crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Eaton committed Jan 12, 2018
1 parent 1b0b31e commit 63d018a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ To install in your project, from the root directory of your project, run:
curl -fsSLo- https://raw.githubusercontent.com/samueleaton/sentry/master/install.cr | crystal eval
```

If using Crystal version `0.23.1` or lower try the following:
```bash
curl -fsSLo- https://raw.githubusercontent.com/samueleaton/sentry/crystal-v0.23.1/install.cr | crystal eval
```

This will install the Sentry CLI tool. To use the Crystal API, see [CRYSTAL_API.md](./CRYSTAL_API.md).

<p align="center">
Expand Down

0 comments on commit 63d018a

Please sign in to comment.