Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
## Raygun CLI

[![GitHub Release](https://img.shields.io/github/v/release/MindscapeHQ/raygun-cli)](https://github.com/MindscapeHQ/raygun-cli/releases)
[![Pub Version](https://img.shields.io/pub/v/raygun_cli)](https://pub.dev/packages/raygun_cli)

Command-line tool for [raygun.com](https://raygun.com).

### Install

You can install this tool in different ways.

At the moment, a Dart SDK setup is necessary.
You can get the Dart SDK here: https://dart.dev/get-dart or as part of your Flutter SDK installation.

Note: `$HOME/.pub-cache/bin` must be in your path.

In the future, this tool will also be available as standalone binary file in other distribution channels.

**Install binary**

Pre-compiled binaries for Linux, MacOS and Windows are avaible for download
Expand All @@ -22,12 +18,20 @@ _Installing through system package managers will be available in the future!_

**Install from pub.dev**

To install from [pub.dev](https://pub.dev), Dart SDK setup is necessary.

You can get the Dart SDK here: https://dart.dev/get-dart or as part of your Flutter SDK installation.

Note: `$HOME/.pub-cache/bin` must be in your path.

```
dart pub global activate raygun_cli
```

**Install from sources**

Compile and install the this tool with the following command:

```
dart pub global activate -s path .
```
Expand Down