2016-01-12 14:39:29 +00:00
|
|
|
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
|
|
|
|
'''
|
2016-01-12 14:44:11 +00:00
|
|
|
|
|
|
|
exports.getHelp = '''
|
|
|
|
If you need help, don't hesitate in contacting us at:
|
|
|
|
|
|
|
|
GitHub: https://github.com/resin-io/resin-cli/issues/new
|
|
|
|
Gitter: https://gitter.im/resin-io/chat
|
|
|
|
'''
|
|
|
|
|
|
|
|
exports.resinAsciiArt = '''
|
|
|
|
______ _ _
|
|
|
|
| ___ \\ (_) (_)
|
|
|
|
| |_/ /___ ___ _ _ __ _ ___
|
|
|
|
| // _ \\/ __| | '_ \\ | |/ _ \\
|
|
|
|
| |\\ \\ __/\\__ \\ | | | |_| | (_) |
|
|
|
|
\\_| \\_\\___||___/_|_| |_(_)_|\\___/
|
|
|
|
'''
|