Skip to content

Commit a131bbd

Browse files
docs: Update README.md (#19)
1 parent 9d75d27 commit a131bbd

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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+
36
Command-line tool for [raygun.com](https://raygun.com).
47

58
### Install
69

710
You 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

1814
Pre-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
```
2628
dart 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
```
3236
dart pub global activate -s path .
3337
```

0 commit comments

Comments
 (0)