mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Merge pull request #290 from resin-io/doc/quickstart-sudo
Stop instructing users to run quickstart as root
This commit is contained in:
commit
301b8a6ba3
@ -41,8 +41,6 @@ $ resin help
|
||||
|
||||
### Run the quickstart wizard
|
||||
|
||||
Run as `root` on UNIX based systems, and in an administrator command line prompt in Windows.
|
||||
|
||||
```sh
|
||||
$ resin quickstart
|
||||
```
|
||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||
exports.wizard = {
|
||||
signature: 'quickstart [name]',
|
||||
description: 'getting started with resin.io',
|
||||
help: 'Use this command to run a friendly wizard to get started with resin.io.\n\nThe wizard will guide you through:\n\n - Create an application.\n - Initialise an SDCard with the resin.io operating system.\n - Associate an existing project directory with your resin.io application.\n - Push your project to your devices.\n\nExamples:\n\n $ sudo resin quickstart\n $ sudo resin quickstart MyApp',
|
||||
help: 'Use this command to run a friendly wizard to get started with resin.io.\n\nThe wizard will guide you through:\n\n - Create an application.\n - Initialise an SDCard with the resin.io operating system.\n - Associate an existing project directory with your resin.io application.\n - Push your project to your devices.\n\nExamples:\n\n $ resin quickstart\n $ resin quickstart MyApp',
|
||||
permission: 'user',
|
||||
primary: true,
|
||||
action: function(params, options, done) {
|
||||
|
@ -721,6 +721,6 @@ The wizard will guide you through:
|
||||
|
||||
Examples:
|
||||
|
||||
$ sudo resin quickstart
|
||||
$ sudo resin quickstart MyApp
|
||||
$ resin quickstart
|
||||
$ resin quickstart MyApp
|
||||
|
||||
|
@ -29,8 +29,8 @@ exports.wizard =
|
||||
|
||||
Examples:
|
||||
|
||||
$ sudo resin quickstart
|
||||
$ sudo resin quickstart MyApp
|
||||
$ resin quickstart
|
||||
$ resin quickstart MyApp
|
||||
'''
|
||||
permission: 'user'
|
||||
primary: true
|
||||
|
Loading…
Reference in New Issue
Block a user