Added pub get instruction to README

This commit is contained in:
Kenneth Bruen 2021-12-03 12:26:08 +02:00
parent 1dcc35c0a3
commit 2341c751f8
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -9,6 +9,7 @@ A terminal utility to pretty print JSON.
Make sure you have [Dart](https://dart.dev/get-dart) installed, then run the following:
```bash
dart pub get
dart compile exe bin/kennson.dart
```