installInstructions property

  1. @override
String installInstructions
override

Returns instructions on how to install DCli.

Implementation

@override
String get installInstructions => r'''
Run:
sudo env PATH="$PATH" dcli install
''';