From ccfccd251c9fc6babce9ce5c05f38b8febbd95c3 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 16 Nov 2021 12:30:06 -0600 Subject: [PATCH] Link directly to app creation page in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edbd77b..15726dd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Play music together with Phoenix LiveView! Visit [todo]() to try it out, or run locally: - * Create a [Github OAuth app](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app) + * Create a [Github OAuth app](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app) from [this page](https://github.com/settings/applications/new) - Set the app homepage to `http://localhost:4000` and `Authorization callback URL` to `http://localhost:4000/oauth/callbacks/github` - After completing the form, click "Generate a new client secret" to obtain your API secret * Export your GitHub Client ID and secret: