diff --git a/docs/quick-start.md b/docs/quick-start.md index 224fe74e..64b8eaee 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -13,6 +13,7 @@ In order to use Netlify's authentication provider service, you'll need to connec ### Authenticating with GitHub In order to connect Netlify CMS with your GitHub repo, you'll first need to register it as an authorized application with your GitHub account: + 1. Go to your account **Settings** page on GitHub, and click **Oauth Applications** under **Developer Settings** (or use [this shortcut](https://github.com/settings/developers)). 2. Click **Register a new application**. 3. For the **Authorization callback URL**, enter `https://api.netlify.com/auth/done`. The other fields can contain anything you want. @@ -20,6 +21,7 @@ In order to connect Netlify CMS with your GitHub repo, you'll first need to regi ![GitHub Oauth Application setup example](/img/github-oauth.png?raw=true) When you complete the registration, you'll be given a **Client ID** and a **Client Secret** for the app. You'll need to add these to your Netlify project: + 1. Go to your [**Netlify dashboard**](https://app.netlify.com/) and click on your project. 2. Click the **Access** tab. 3. Under **Authentication Providers**, click **Install Provider**.