From eb625ca648335ae83086a8ff2454e5e049f9cc46 Mon Sep 17 00:00:00 2001 From: Utsab Saha Date: Thu, 22 Jun 2023 12:14:35 -0700 Subject: [PATCH] Update README.md to clarify gitpod instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 401f28ab..7e10f506 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ For a while now teachers have been asking for a way to get a birds eye view of m ### Optional - GitPod Dev Environment -If you want a ready made dev environment in your browser, make a fork of this repository and then prefix your fork with gitpod.io/# -`gitpod.io/#https://github.com/{your-name}/{fork-name}` +If you want a ready made dev environment in your browser, make a fork of this repository and then prefix your fork with "gitpod.io/#". For example, +`gitpod.io/#https://github.com/{your-github-user-name}/classroom` You will still need to setup your NextAuth related environment variables in the .env file. For more information, please follow the "Setup Instructions" in the terminal. For setting up on local, follow the instructions below.