Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
added a couple of newlines to help
Browse files Browse the repository at this point in the history
  • Loading branch information
mostekcm committed Jan 7, 2017
1 parent 1d049b6 commit 30fc801
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/components/Help.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ export default ({ tenant }) => {
<h5>Configure the CLI</h5>
<pre style={{ padding: '10px' }}>
<p>
First find the client created by this extension, it is named auth0-deploy-cli-extension: <img src="https://cdn.rawgit.com/auth0-extensions/auth0-deploy-cli-extension/master/media/help-find-client.png" /><br/>
Next copy the client ID and secret: <img src="https://cdn.rawgit.com/auth0-extensions/auth0-deploy-cli-extension/master/media/help-copy-client-id-secret.png" />
First find the client created by this extension, it is named auth0-deploy-cli-extension:<br/>
<img src="https://cdn.rawgit.com/auth0-extensions/auth0-deploy-cli-extension/master/media/help-find-client.png" /><br/>
Next copy the client ID and secret:<br/>
<img src="https://cdn.rawgit.com/auth0-extensions/auth0-deploy-cli-extension/master/media/help-copy-client-id-secret.png" />
</p>
<code>
Create a config.json file with the following information:<br/>
Expand Down

0 comments on commit 30fc801

Please sign in to comment.