From 323a0f9119327d3f5ba8bb55ea07848b73b34fb4 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Fri, 15 Oct 2021 18:30:00 -0500 Subject: [PATCH 1/3] Correction CLI does not work without GH --- packages/cli/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 9b0508c3..2d766104 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -28,7 +28,9 @@ codesandbox ./ ## Current limitations -- You need to be signed in to deploy, this is to prevent abuse +- You need to be signed in to GitHub deploy, this is to prevent abuse +- Accounts without the Github integration setup cannot use this tool +- You cannot sign in with Google ## Inspiration From e8c5d884d8ea4c0fa9dde9f3e74f56d001d2b190 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Fri, 15 Oct 2021 18:32:46 -0500 Subject: [PATCH 2/3] Update README.md --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 2d766104..78f18097 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -28,7 +28,7 @@ codesandbox ./ ## Current limitations -- You need to be signed in to GitHub deploy, this is to prevent abuse +- You need to be signed in to GitHub, this is to prevent abuse - Accounts without the Github integration setup cannot use this tool - You cannot sign in with Google From c626b4ca8d288bff6373c82e823dd53d071389d5 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Fri, 15 Oct 2021 18:33:15 -0500 Subject: [PATCH 3/3] Update README.md --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 78f18097..003c4051 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -29,7 +29,7 @@ codesandbox ./ ## Current limitations - You need to be signed in to GitHub, this is to prevent abuse -- Accounts without the Github integration setup cannot use this tool +- Accounts without the GitHub integration setup cannot use this tool - You cannot sign in with Google ## Inspiration