File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11## Raygun CLI
22
3+ [ ![ GitHub Release] ( https://img.shields.io/github/v/release/MindscapeHQ/raygun-cli )] ( https://github.com/MindscapeHQ/raygun-cli/releases )
4+ [ ![ Pub Version] ( https://img.shields.io/pub/v/raygun_cli )] ( https://pub.dev/packages/raygun_cli )
5+
36Command-line tool for [ raygun.com] ( https://raygun.com ) .
47
58### Install
69
710You can install this tool in different ways.
811
9- At the moment, a Dart SDK setup is necessary.
10- You can get the Dart SDK here: https://dart.dev/get-dart or as part of your Flutter SDK installation.
11-
12- Note: ` $HOME/.pub-cache/bin ` must be in your path.
13-
14- In the future, this tool will also be available as standalone binary file in other distribution channels.
15-
1612** Install binary**
1713
1814Pre-compiled binaries for Linux, MacOS and Windows are avaible for download
@@ -22,12 +18,20 @@ _Installing through system package managers will be available in the future!_
2218
2319** Install from pub.dev**
2420
21+ To install from [ pub.dev] ( https://pub.dev ) , Dart SDK setup is necessary.
22+
23+ You can get the Dart SDK here: https://dart.dev/get-dart or as part of your Flutter SDK installation.
24+
25+ Note: ` $HOME/.pub-cache/bin ` must be in your path.
26+
2527```
2628dart pub global activate raygun_cli
2729```
2830
2931** Install from sources**
3032
33+ Compile and install the this tool with the following command:
34+
3135```
3236dart pub global activate -s path .
3337```
You can’t perform that action at this time.
0 commit comments