mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 07:22:22 +00:00
13 lines
334 B
CoffeeScript
13 lines
334 B
CoffeeScript
|
exports.gettingStarted = '''
|
||
|
Run the following command to get a device started with Resin.io
|
||
|
|
||
|
$ resin quickstart
|
||
|
'''
|
||
|
|
||
|
exports.reachingOut = '''
|
||
|
If you need help, or just want to say hi, don't hesitate in reaching out at:
|
||
|
|
||
|
GitHub: https://github.com/resin-io/resin-cli/issues/new
|
||
|
Gitter: https://gitter.im/resin-io/chat
|
||
|
'''
|