installInstructions property

String installInstructions

Returns the instructions to install DCli.

Implementation

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