From 2341c751f887cb941d691f27bf6f7809deffaf4a Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Fri, 3 Dec 2021 12:26:08 +0200 Subject: [PATCH] Added `pub get` instruction to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc15609..bf37235 100644 --- a/README.md +++ b/README.md @@ -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 ```