diff --git a/README.md b/README.md index 70c385a4c..36edfd5a7 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,9 @@ The authenticator of the CLI defaults to the default Auth0 cloud `auth0.auth0.co To change the text editor used for editing templates, rules, and actions, set the environment variable `EDITOR`: `export EDITOR="code -w"` + `export EDITOR="nano"` + ## Anonymous Analytics By default, the CLI tracks some anonymous usage events. This helps us understand how the CLI is being used, so we can continue to improve it. You can opt-out by setting the environment variable `AUTH0_CLI_ANALYTICS` to `false`. @@ -258,4 +260,3 @@ Please check the [contributing guidelines](CONTRIBUTING.md). ## Author [Auth0](https://auth0.com) --